Changed shell color for Ophanim. Fixed nix-serve. Improved nginx security.
This commit is contained in:
parent
782cd1efae
commit
3ea4cf2954
4 changed files with 15 additions and 6 deletions
|
@ -46,7 +46,7 @@ mkIf (elem "hydra" config.machine.services) rec {
|
|||
|
||||
services.nix-serve = {
|
||||
enable = true;
|
||||
bindAddress = "172.0.0.1";
|
||||
bindAddress = "0.0.0.0";
|
||||
port = 5000;
|
||||
secretKeyFile = "/secret/hydra_cache";
|
||||
extraParams = ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue