diff --git a/hosts/quitte/configuration.nix b/hosts/quitte/configuration.nix index 428e7fe..98b70a7 100644 --- a/hosts/quitte/configuration.nix +++ b/hosts/quitte/configuration.nix @@ -17,6 +17,12 @@ services.qemuGuest.enable = true; + # don't freeze the whole system while building something + nix.settings.cores = 16; + + # allows everyone in the nix-trusted group to perform builds + nix.settings.trusted-users = [ "@nix-trusted" ]; + # Set your time zone. time.timeZone = "Europe/Berlin";