fix(nix): system-feature -> system-features
This commit is contained in:
parent
661cbe2b10
commit
fd9abd48fa
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ with lib;
|
|||
|
||||
trusted-users = [ "root" "@wheel" ];
|
||||
|
||||
system-feature = [ "nixos-test" "benchmark" "big-parallel" "kvm" ];
|
||||
system-features = [ "nixos-test" "benchmark" "big-parallel" "kvm" ];
|
||||
|
||||
auto-optimise-store = true;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue