Always substitutes on builder

This commit is contained in:
Sandro - 2022-06-13 20:26:47 +02:00
parent b1b356e556
commit ae25c6d88c
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
2 changed files with 3 additions and 3 deletions

View File

@ -157,6 +157,9 @@ in {
url = "https://gitea.c3d2.de/C3D2/nix-config.git";
};
};
extraOptions = ''
builders-use-substitutes = true
'';
};
# Required for deployment

View File

@ -35,9 +35,6 @@
buildCores = 40;
maxJobs = 4;
trustedUsers = [ "client" ];
extraOptions = ''
builders-use-substitutes = true
'';
};