diff --git a/configs/nixos/homepage.nix b/configs/nixos/homepage.nix index 5de2727..e3f9403 100644 --- a/configs/nixos/homepage.nix +++ b/configs/nixos/homepage.nix @@ -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"; diff --git a/flake.lock b/flake.lock index 89c8a74..91912cc 100644 --- a/flake.lock +++ b/flake.lock @@ -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" } diff --git a/flake.nix b/flake.nix index 886c939..6208349 100644 --- a/flake.nix +++ b/flake.nix @@ -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";