server{7-10}: set full nix.settings.system-features for building

This commit is contained in:
Astro 2023-05-19 21:47:46 +02:00
parent 0d5f319774
commit 5742a7da5f
4 changed files with 16 additions and 0 deletions

View File

@ -46,6 +46,10 @@
};
simd.arch = "ivybridge";
nix.settings.system-features = [
"kvm" "big-parallel"
"nixos-test" "benchmark"
];
sops = {
defaultSopsFile = ./secrets.yaml;

View File

@ -28,6 +28,10 @@
};
simd.arch = "ivybridge"; # E5-2690 v2
nix.settings.system-features = [
"kvm" "big-parallel"
"nixos-test" "benchmark"
];
sops = {
defaultSopsFile = ./secrets.yaml;

View File

@ -57,6 +57,10 @@
};
simd.arch = "westmere";
nix.settings.system-features = [
"kvm" "big-parallel"
"nixos-test" "benchmark"
];
sops = {
defaultSopsFile = ./secrets.yaml;

View File

@ -41,6 +41,10 @@
};
simd.arch = "westmere";
nix.settings.system-features = [
"kvm" "big-parallel"
"nixos-test" "benchmark"
];
sops = {
defaultSopsFile = ./secrets.yaml;