switched back to plasma 5 and adjusted builder preference

This commit is contained in:
caleb 2024-04-22 10:06:20 -04:00
parent 9dbe364430
commit 15283725f0

View File

@ -68,7 +68,7 @@
# Enable the KDE Plasma Desktop Environment.
services.displayManager.sddm.enable = true;
services.desktopManager.plasma6.enable = true;
services.xserver.desktopManager.plasma5.enable = true;
# fonts
fonts.packages = with pkgs; [
@ -144,7 +144,7 @@
hostName = "talos";
system = "x86_64-linux";
protocol = "ssh-ng";
speedFactor = 4;
speedFactor = 3;
supportedFeatures = [ "nixos-test" "benchmark" "big-parallel" "kvm" ];
mandatoryFeatures = [ ];
}
@ -152,7 +152,7 @@
hostName = "january";
system = "x86_64-linux";
protocol = "ssh-ng";
speedFactor = 3;
speedFactor = 4;
supportedFeatures = [ "nixos-test" "benchmark" "big-parallel" "kvm" ];
mandatoryFeatures = [ ];
}