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 {
|
||||
services.homepage-dashboard = {
|
||||
enable = true;
|
||||
environmentFile = ''${pkgs.writeTextFile {
|
||||
name = "envFile";
|
||||
text = "HOMEPAGE_ALLOWED_HOSTS=${baseurl}";
|
||||
}}'';
|
||||
allowedHosts=baseurl;
|
||||
settings = {
|
||||
theme = "dark";
|
||||
color = "slate";
|
||||
|
|
12
flake.lock
generated
12
flake.lock
generated
|
@ -225,16 +225,16 @@
|
|||
},
|
||||
"nixpkgs": {
|
||||
"locked": {
|
||||
"lastModified": 1744967394,
|
||||
"narHash": "sha256-/vM9SHdS+xAA5j5vHTrR6FHxHj6uw1OEt6O5CpW5uPc=",
|
||||
"owner": "gabevenberg",
|
||||
"lastModified": 1744932701,
|
||||
"narHash": "sha256-fusHbZCyv126cyArUwwKrLdCkgVAIaa/fQJYFlCEqiU=",
|
||||
"owner": "nixos",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "fc7742acf2f4beaf449944b078cf016a294f2c9e",
|
||||
"rev": "b024ced1aac25639f8ca8fdfc2f8c4fbd66c48ef",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "gabevenberg",
|
||||
"ref": "restic-server-htpasswd-file",
|
||||
"owner": "nixos",
|
||||
"ref": "nixos-unstable",
|
||||
"repo": "nixpkgs",
|
||||
"type": "github"
|
||||
}
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
inputs = {
|
||||
# Nixpkgs
|
||||
nixpkgs.url = "github:gabevenberg/nixpkgs/restic-server-htpasswd-file";
|
||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
|
||||
|
||||
nixos-wsl = {
|
||||
url = "github:nix-community/NixOS-WSL/main";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue