diff --git a/hosts/MaxNixosLaptop/configuration.nix b/hosts/MaxNixosLaptop/configuration.nix index 1ca9a1d..bf66363 100644 --- a/hosts/MaxNixosLaptop/configuration.nix +++ b/hosts/MaxNixosLaptop/configuration.nix @@ -26,10 +26,14 @@ # NIXOS nix.settings = { experimental-features = ["nix-command" "flakes"]; - substituters = ["https://nix-community.cachix.org" "https://cache.nixos.org"]; + substituters = ["https://cache.nixos.org" "https://nix-community.cachix.org"]; trusted-public-keys = [ + "cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=" "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" ]; + auto-optimise-store = true; + max-jobs = "auto"; + cores = 12; }; # Define a user account. Don't forget to set a password with ‘passwd’. @@ -57,7 +61,6 @@ wget fprintd qemu - quickemu home-manager (let base = appimageTools.defaultFhsEnvArgs; @@ -150,7 +153,6 @@ enable = true; packages = with pkgs; [ picoprobe-udev-rules - teensy-udev-rules qmk-udev-rules game-devices-udev-rules android-udev-rules @@ -190,10 +192,6 @@ "musnix" "--commit-lock-file" "-L" - "--cores" - "12" - "-j" - "12" ]; dates = "daily"; randomizedDelaySec = "45min"; @@ -207,7 +205,6 @@ randomizedDelaySec = "45min"; options = "--delete-older-than 14d"; }; - nix.settings.auto-optimise-store = true; # This value determines the NixOS release from which the default # settings for stateful data, like file locations and database versions