Reverte builder system-features
This commit is contained in:
parent
3f91e0b932
commit
ffac050b97
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
||||||
nix.gc.options = lib.mkForce "--delete-older-than 60d";
|
nix.gc.options = lib.mkForce "--delete-older-than 60d";
|
||||||
nix.settings = {
|
nix.settings = {
|
||||||
trusted-users = [ "build" ];
|
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 = ''
|
nix.extraOptions = ''
|
||||||
min-free = ${builtins.toString (4096 * 1024 * 1024)}
|
min-free = ${builtins.toString (4096 * 1024 * 1024)}
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
maxJobs = 40;
|
maxJobs = 40;
|
||||||
speedFactor = 40;
|
speedFactor = 40;
|
||||||
systems = [ "x86_64-linux" ];
|
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;
|
sshKey = config.sops.secrets."services/hydra/id_ed25519_hydra".path;
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue