diff --git a/modules/devos/nix.nix b/modules/devos/nix.nix index 2c5b191..3f022fa 100644 --- a/modules/devos/nix.nix +++ b/modules/devos/nix.nix @@ -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;