add big-parallel to all machines
This commit is contained in:
parent
9215a46e2c
commit
e12e3fcb1c
|
@ -19,7 +19,7 @@ in {
|
||||||
(versionAtLeast config.nix.package.version "2.4") ''
|
(versionAtLeast config.nix.package.version "2.4") ''
|
||||||
experimental-features = nix-command flakes
|
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"];
|
settings.trusted-users = ["root" "@wheel"];
|
||||||
};
|
};
|
||||||
nixpkgs = mkIf (!config.boot.isContainer) {
|
nixpkgs = mkIf (!config.boot.isContainer) {
|
||||||
|
|
Loading…
Reference in a new issue