mirror of
https://github.com/daylinmorgan/oizys.git
synced 2025-02-23 03:45:50 -06:00
use attic port elsewhere
This commit is contained in:
parent
9725c4e870
commit
f8d6e4db97
1 changed files with 1 additions and 2 deletions
|
@ -14,7 +14,6 @@ let
|
||||||
check-attic = pkgs.writeShellScriptBin "check-attic" ''
|
check-attic = pkgs.writeShellScriptBin "check-attic" ''
|
||||||
sudo du -sh /var/lib/atticd/
|
sudo du -sh /var/lib/atticd/
|
||||||
'';
|
'';
|
||||||
|
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
|
||||||
|
@ -82,7 +81,7 @@ in
|
||||||
}
|
}
|
||||||
|
|
||||||
handle /* {
|
handle /* {
|
||||||
reverse_proxy http://localhost:5656
|
reverse_proxy http://localhost:${atticPort}
|
||||||
}
|
}
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue