1
0
Fork 0

hosts/hydra-1: apply workaround for broken nix-serve

This commit is contained in:
clerie 2023-02-10 23:32:34 +01:00
parent 39869f4c8b
commit cc501fc898
1 changed files with 4 additions and 0 deletions

View File

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