summary refs log tree commit diff
path: root/nixos/tests
diff options
context:
space:
mode:
authorGraham Christensen <graham@grahamc.com>2017-02-09 21:25:03 -0500
committerGraham Christensen <graham@grahamc.com>2017-02-09 21:52:00 -0500
commitb12564cc1b8319b317d98df03fec8ba4bbf71877 (patch)
treec0a656ef4db5d571760b9d4265c4d57ba425d7c6 /nixos/tests
parent400048926602dfe559207123267b183ac7e97c6b (diff)
downloadnixlib-b12564cc1b8319b317d98df03fec8ba4bbf71877.tar
nixlib-b12564cc1b8319b317d98df03fec8ba4bbf71877.tar.gz
nixlib-b12564cc1b8319b317d98df03fec8ba4bbf71877.tar.bz2
nixlib-b12564cc1b8319b317d98df03fec8ba4bbf71877.tar.lz
nixlib-b12564cc1b8319b317d98df03fec8ba4bbf71877.tar.xz
nixlib-b12564cc1b8319b317d98df03fec8ba4bbf71877.tar.zst
nixlib-b12564cc1b8319b317d98df03fec8ba4bbf71877.zip
nixos: update default cases from KDM/KDE4 to SDDM/KDE5
Diffstat (limited to 'nixos/tests')
-rw-r--r--nixos/tests/phabricator.nix2
-rw-r--r--nixos/tests/trac.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/nixos/tests/phabricator.nix b/nixos/tests/phabricator.nix
index 3bf83ab66655..85faafd56899 100644
--- a/nixos/tests/phabricator.nix
+++ b/nixos/tests/phabricator.nix
@@ -54,7 +54,7 @@ import ./make-test.nix ({ pkgs, ... }: {
     client =
       { config, pkgs, ... }:
       { imports = [ ./common/x11.nix ];
-        services.xserver.desktopManager.kde4.enable = true;
+        services.xserver.desktopManager.kde5.enable = true;
       };
   };
 
diff --git a/nixos/tests/trac.nix b/nixos/tests/trac.nix
index e7d9759ae0cc..0d56c564e182 100644
--- a/nixos/tests/trac.nix
+++ b/nixos/tests/trac.nix
@@ -45,7 +45,7 @@ import ./make-test.nix ({ pkgs, ... }: {
     client =
       { config, pkgs, ... }:
       { imports = [ ./common/x11.nix ];
-        services.xserver.desktopManager.kde4.enable = true;
+        services.xserver.desktopManager.kde5.enable = true;
       };
   };