hosts/hydra-1: apply workaround for broken nix-serve
This commit is contained in:
parent
39869f4c8b
commit
cc501fc898
@ -53,6 +53,10 @@
|
||||
port = 5005;
|
||||
bindAddress = "127.0.0.1";
|
||||
secretKeyFile = "/var/src/secrets/nix-serve/secret-key.key";
|
||||
# Workaround https://github.com/NixOS/nix/issues/7704#issuecomment-1409480909
|
||||
package = pkgs.nix-serve.override {
|
||||
nix = pkgs.nixVersions.nix_2_12;
|
||||
};
|
||||
};
|
||||
|
||||
services.nginx.enable = true;
|
||||
|
Loading…
Reference in New Issue
Block a user