add big-parallel to all machines

This commit is contained in:
chaos 2024-09-04 10:19:17 +01:00
parent 9215a46e2c
commit e12e3fcb1c
No known key found for this signature in database

View file

@ -19,7 +19,7 @@ in {
(versionAtLeast config.nix.package.version "2.4") ''
experimental-features = nix-command flakes
'';
settings.system-features = lib.optional (pkgs.system == "aarch64-linux") "native-arm64";
settings.system-features = ["big-parallel"] ++ lib.optional (pkgs.system == "aarch64-linux") "native-arm64";
settings.trusted-users = ["root" "@wheel"];
};
nixpkgs = mkIf (!config.boot.isContainer) {