From b9600809f5de30d3bcd1abd617c20320c2cd980e Mon Sep 17 00:00:00 2001 From: Gabriel Fontes Date: Mon, 9 Jan 2023 16:32:13 -0300 Subject: [PATCH] hosts: add big-parallel and kvm features --- hosts/common/global/nix.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/common/global/nix.nix b/hosts/common/global/nix.nix index f421a763..d799fb54 100644 --- a/hosts/common/global/nix.nix +++ b/hosts/common/global/nix.nix @@ -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 = {