From 15283725f00253f2656dc9a8ff01c9d08da0fb8e Mon Sep 17 00:00:00 2001 From: caleb Date: Mon, 22 Apr 2024 10:06:20 -0400 Subject: [PATCH] switched back to plasma 5 and adjusted builder preference --- configuration.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configuration.nix b/configuration.nix index 6f1bb71..7607f6c 100644 --- a/configuration.nix +++ b/configuration.nix @@ -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 = [ ]; }