hydra: set keep-outputs to not gc anything in build jobs

This commit is contained in:
Sandro - 2022-07-16 01:00:06 +02:00
parent 8d25c342d4
commit 116bae9d15
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 3 additions and 0 deletions

View File

@ -28,6 +28,9 @@
autoOptimiseStore = true;
sshServe.enable = true;
trustedUsers = [ "@wheel" ];
settings = {
keep-outputs = true;
};
};
boot = {