diff --git a/configuration.nix b/configuration.nix index 3c788b4..81eec51 100644 --- a/configuration.nix +++ b/configuration.nix @@ -94,6 +94,8 @@ # System system.stateVersion = "24.05"; nix.settings.experimental-features = [ "nix-command" "flakes" ]; + nix.settings.max-jobs = "auto"; + nix.settings.cores = 0; services.postgresql.package = pkgs.postgresql_15; nixpkgs.config.allowUnfree = true; # Allow unfree packages (Minecraft, etc.)