hosts: add big-parallel and kvm features

This commit is contained in:
Gabriel Fontes
2023-01-09 16:32:13 -03:00
parent ec6dc1b690
commit b9600809f5
+1
View File
@@ -16,6 +16,7 @@
auto-optimise-store = lib.mkDefault true;
experimental-features = [ "nix-command" "flakes" "repl-flake" ];
warn-dirty = false;
system-features = [ "kvm" "big-parallel" ];
};
package = pkgs.nixUnstable;
gc = {