use attic port elsewhere

This commit is contained in:
Daylin Morgan 2025-02-07 15:43:56 -06:00
parent 9725c4e870
commit f8d6e4db97
Signed by: daylin
GPG key ID: 950D13E9719334AD

View file

@ -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}
}
'';
};