Reverte builder system-features

This commit is contained in:
emily 2024-07-22 14:54:47 +02:00
parent 3f91e0b932
commit ffac050b97
Signed by: emily
GPG key ID: F6F4C66207FCF995
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@
nix.gc.options = lib.mkForce "--delete-older-than 60d";
nix.settings = {
trusted-users = [ "build" ];
system-features = [ "nixos-test" "benchmark" "big-parallel" "kvm" ] ++ lib.optionals pkgs.hostPlatform.isx86_64 [ "gccarch-x86-64-v3" ];
#system-features = [ "nixos-test" "benchmark" "big-parallel" "kvm" ] ++ lib.optionals pkgs.hostPlatform.isx86_64 [ "gccarch-x86-64-v3" ];
};
nix.extraOptions = ''
min-free = ${builtins.toString (4096 * 1024 * 1024)}

View file

@ -6,7 +6,7 @@
maxJobs = 40;
speedFactor = 40;
systems = [ "x86_64-linux" ];
supportedFeatures = [ "nixos-test" "benchmark" "big-parallel" "kvm" "gccarch-x86-64-v3" ];
supportedFeatures = [ "nixos-test" "benchmark" "big-parallel" "kvm" ];
sshKey = config.sops.secrets."services/hydra/id_ed25519_hydra".path;
}
{