my changes got merged into nixpkgs and are on unstable!
This commit is contained in:
parent
3ac448bfa9
commit
55e699bb81
3 changed files with 8 additions and 11 deletions
|
@ -10,10 +10,7 @@
|
||||||
in {
|
in {
|
||||||
services.homepage-dashboard = {
|
services.homepage-dashboard = {
|
||||||
enable = true;
|
enable = true;
|
||||||
environmentFile = ''${pkgs.writeTextFile {
|
allowedHosts=baseurl;
|
||||||
name = "envFile";
|
|
||||||
text = "HOMEPAGE_ALLOWED_HOSTS=${baseurl}";
|
|
||||||
}}'';
|
|
||||||
settings = {
|
settings = {
|
||||||
theme = "dark";
|
theme = "dark";
|
||||||
color = "slate";
|
color = "slate";
|
||||||
|
|
12
flake.lock
generated
12
flake.lock
generated
|
@ -225,16 +225,16 @@
|
||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1744967394,
|
"lastModified": 1744932701,
|
||||||
"narHash": "sha256-/vM9SHdS+xAA5j5vHTrR6FHxHj6uw1OEt6O5CpW5uPc=",
|
"narHash": "sha256-fusHbZCyv126cyArUwwKrLdCkgVAIaa/fQJYFlCEqiU=",
|
||||||
"owner": "gabevenberg",
|
"owner": "nixos",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "fc7742acf2f4beaf449944b078cf016a294f2c9e",
|
"rev": "b024ced1aac25639f8ca8fdfc2f8c4fbd66c48ef",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "gabevenberg",
|
"owner": "nixos",
|
||||||
"ref": "restic-server-htpasswd-file",
|
"ref": "nixos-unstable",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
inputs = {
|
inputs = {
|
||||||
# Nixpkgs
|
# Nixpkgs
|
||||||
nixpkgs.url = "github:gabevenberg/nixpkgs/restic-server-htpasswd-file";
|
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
|
||||||
|
|
||||||
nixos-wsl = {
|
nixos-wsl = {
|
||||||
url = "github:nix-community/NixOS-WSL/main";
|
url = "github:nix-community/NixOS-WSL/main";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue