diff --git a/hosts/hydra/default.nix b/hosts/hydra/default.nix index cdd0a56b..074ad6c4 100644 --- a/hosts/hydra/default.nix +++ b/hosts/hydra/default.nix @@ -35,7 +35,6 @@ in supportedFeatures = [ "kvm" "nixos-test" ]; maxJobs = 1; }]; - checkConfig = config.nix.extraOptions == ""; daemonCPUSchedPolicy = "idle"; daemonIOSchedClass = "idle"; daemonIOSchedPriority = 7; @@ -53,7 +52,7 @@ in ]; }; extraOptions = '' - include ${config.sops.secrets."nix/access-tokens".path} + !include ${config.sops.secrets."nix/access-tokens".path} ''; };