diff --git a/hosts/modules/roles/build-machine.nix b/hosts/modules/roles/build-machine.nix index bc7f828d..2730545f 100644 --- a/hosts/modules/roles/build-machine.nix +++ b/hosts/modules/roles/build-machine.nix @@ -35,6 +35,8 @@ in # it's nice to not be limited in that way, so increase this a bit. nix.nrBuildUsers = 64; + nix.settings.system-features = [ "big-parallel" ]; + # enable cross compilation # TODO: do this via stdenv injection, linking into /run/binfmt the stuff in boot.binfmt.emulatedSystems = lib.optionals cfg.emulation [