Add missing system-features

This commit is contained in:
Tristan D. 2023-12-03 20:21:53 +01:00
parent 3f1689b8c8
commit ccad761956
Signed by: tristan
SSH key fingerprint: SHA256:3RU4RLOoM8oAjFU19f1W6t8uouZbA7GWkaSW6rjp1k8
2 changed files with 8 additions and 0 deletions

View file

@ -21,6 +21,10 @@
system.stateVersion = "23.05";
nix.settings.system-features = [
"benchmark"
"big-parallel"
"kvm"
"nixos-test"
"gccarch-x86-64-v3"
"gccarch-znver3"
];

View file

@ -20,6 +20,10 @@
system.stateVersion = "23.05";
nix.settings.system-features = [
"benchmark"
"big-parallel"
"kvm"
"nixos-test"
"gccarch-x86-64-v3"
"gccarch-znver2"
];