Check config again

This commit is contained in:
Sandro - 2023-01-07 05:32:16 +01:00
parent f6b293e1a3
commit 242d03c7ad
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 1 additions and 2 deletions

View File

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