Revert "nixbld: disable substituters"

NixOS bug festival

This reverts commit 5576b82d15.
master
Sébastien Bourdeauducq 2024-04-13 16:47:30 +08:00
parent 8ceaad6e16
commit 2c9be41ce4
1 changed files with 2 additions and 3 deletions

View File

@ -565,11 +565,11 @@ in
boot.kernel.sysctl."kernel.dmesg_restrict" = true;
services.udev.packages = [ pkgs.sane-backends ];
nix.settings.max-jobs = 4;
nix.settings.cores = 8;
nix.settings.max-jobs = 10;
nix.nrBuildUsers = 64;
services.hydra = {
enable = true;
useSubstitutes = true;
hydraURL = "https://nixbld.m-labs.hk";
notificationSender = "hydra@m-labs.hk";
minimumDiskFree = 15; # in GB
@ -683,7 +683,6 @@ in
experimental-features = nix-command flakes
'';
nix.settings.extra-sandbox-paths = ["/opt"];
nix.settings.substituters = pkgs.lib.mkForce [];
services.mlabs-backup.enable = true;
services.ghbackup.enable = true;