From 674829ffc327760822897e8148106056ccbec45e Mon Sep 17 00:00:00 2001 From: "RingOfStorms (Joshua Bell)" Date: Tue, 17 Dec 2024 03:18:45 -0600 Subject: [PATCH] use remote build machine more often --- hosts/configuration.nix | 2 ++ hosts/h002/configuration.nix | 5 +++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/hosts/configuration.nix b/hosts/configuration.nix index bb1ace6..73471b2 100644 --- a/hosts/configuration.nix +++ b/hosts/configuration.nix @@ -26,6 +26,7 @@ in boot.supportedFilesystems = [ "ntfs" ]; nix.settings = { + max-jobs = "auto"; # Fallback quickly if substituters are not available. connect-timeout = 5; download-attempts = 3; @@ -81,6 +82,7 @@ in system = "x86_64-linux"; protocol = "ssh-ng"; maxJobs = 32; + speedFactor = 2; supportedFeatures = [ "nixos-test" "benchmark" diff --git a/hosts/h002/configuration.nix b/hosts/h002/configuration.nix index 109f289..9c426bb 100644 --- a/hosts/h002/configuration.nix +++ b/hosts/h002/configuration.nix @@ -14,8 +14,9 @@ mods = { boot_grub.enable = true; shell_common.enable = true; - de_gnome_xorg.enable = true; - audio.enable = true; + # de_gnome_xorg.enable = true; + # audio.enable = true; + de_cosmic.enable = true; neovim.enable = true; tty_caps_esc.enable = true; docker.enable = true;