forked from lix-project/hydra
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:
parent
d33fc08341
commit
73616aa0d9
|
@ -230,8 +230,7 @@ in
|
|||
|
||||
nix.settings = {
|
||||
extra-trusted-users = [ "hydra" "hydra-queue-runner" "hydra-www" ];
|
||||
gc-keep-outputs = true;
|
||||
gc-keep-derivations = true;
|
||||
keep-derivations = true;
|
||||
};
|
||||
|
||||
services.hydra-dev.extraConfig =
|
||||
|
|
Loading…
Reference in a new issue