diff --git a/hosts/algiz/services.nix b/hosts/algiz/services.nix index 11cbc8a..112f61d 100644 --- a/hosts/algiz/services.nix +++ b/hosts/algiz/services.nix @@ -14,7 +14,6 @@ let check-attic = pkgs.writeShellScriptBin "check-attic" '' sudo du -sh /var/lib/atticd/ ''; - in { @@ -82,7 +81,7 @@ in } handle /* { - reverse_proxy http://localhost:5656 + reverse_proxy http://localhost:${atticPort} } ''; };