diff --git a/nixos-modules/hydra.nix b/nixos-modules/hydra.nix index 99694286..55e86310 100644 --- a/nixos-modules/hydra.nix +++ b/nixos-modules/hydra.nix @@ -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 =