nixos-module: don't force Nix GC to keep outputs

This isn't actually needed (h.n.o even overrides it!).

Fix the use of deprecated `gc-keep-derivations` alias along the way.
This commit is contained in:
Pierre Bourdon 2024-07-17 13:21:58 +02:00
parent d33fc08341
commit 73616aa0d9
Signed by untrusted user: delroth
GPG key ID: 6FB80DCD84DA0F1C

View file

@ -230,8 +230,7 @@ in
nix.settings = { nix.settings = {
extra-trusted-users = [ "hydra" "hydra-queue-runner" "hydra-www" ]; extra-trusted-users = [ "hydra" "hydra-queue-runner" "hydra-www" ];
gc-keep-outputs = true; keep-derivations = true;
gc-keep-derivations = true;
}; };
services.hydra-dev.extraConfig = services.hydra-dev.extraConfig =