Add missing system-features
This commit is contained in:
parent
3f1689b8c8
commit
ccad761956
2 changed files with 8 additions and 0 deletions
|
@ -21,6 +21,10 @@
|
||||||
system.stateVersion = "23.05";
|
system.stateVersion = "23.05";
|
||||||
|
|
||||||
nix.settings.system-features = [
|
nix.settings.system-features = [
|
||||||
|
"benchmark"
|
||||||
|
"big-parallel"
|
||||||
|
"kvm"
|
||||||
|
"nixos-test"
|
||||||
"gccarch-x86-64-v3"
|
"gccarch-x86-64-v3"
|
||||||
"gccarch-znver3"
|
"gccarch-znver3"
|
||||||
];
|
];
|
||||||
|
|
|
@ -20,6 +20,10 @@
|
||||||
system.stateVersion = "23.05";
|
system.stateVersion = "23.05";
|
||||||
|
|
||||||
nix.settings.system-features = [
|
nix.settings.system-features = [
|
||||||
|
"benchmark"
|
||||||
|
"big-parallel"
|
||||||
|
"kvm"
|
||||||
|
"nixos-test"
|
||||||
"gccarch-x86-64-v3"
|
"gccarch-x86-64-v3"
|
||||||
"gccarch-znver2"
|
"gccarch-znver2"
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Reference in a new issue