Infini-DL360: disable distributed builds

This commit is contained in:
Infinidoge 2024-05-21 02:31:07 -04:00
parent 5ca8cfd061
commit 3efbdb81eb
Signed by: Infinidoge
SSH key fingerprint: SHA256:oAMyvotlNFraMmZmr+p6AxnNfW/GioTs1pOn3V4tQ7A
2 changed files with 3 additions and 1 deletions

View file

@ -22,6 +22,8 @@
info.loc.purdue = true;
nix.distributedBuilds = false;
modules = {
boot.grub.enable = true;
boot.timeout = 5;

View file

@ -58,7 +58,7 @@ with lib;
"home-manager=${inputs.home-manager}"
];
distributedBuilds = true;
distributedBuilds = mkDefault true;
extraOptions = ''
builders-use-substitutes = true
'';