about summary refs log tree commit diff
path: root/nixos/modules/testing
diff options
context:
space:
mode:
authorGraham Christensen <graham@grahamc.com>2017-02-11 13:55:09 -0500
committerGraham Christensen <graham@grahamc.com>2017-02-11 13:55:09 -0500
commit3cec7d10dfb80b7466f171e7a59ac9af3bab2862 (patch)
tree9db4dd90f1012a4a86e16ad16803fdeb03b4f1bd /nixos/modules/testing
parent5627dd27b9bbe4135598bda9623b0a3faeff1a53 (diff)
kdm: drop service
Diffstat (limited to 'nixos/modules/testing')
-rw-r--r--nixos/modules/testing/test-instrumentation.nix9
1 files changed, 0 insertions, 9 deletions
diff --git a/nixos/modules/testing/test-instrumentation.nix b/nixos/modules/testing/test-instrumentation.nix
index 099ead3d846cd..7f5b55d5cca09 100644
--- a/nixos/modules/testing/test-instrumentation.nix
+++ b/nixos/modules/testing/test-instrumentation.nix
@@ -123,15 +123,6 @@ let kernel = config.boot.kernelPackages.kernel; in
     users.extraUsers.root.initialHashedPassword = mkOverride 150 "";
 
     services.xserver.displayManager.logToJournal = true;
-
-    # Bump kdm's X server start timeout to account for heavily loaded
-    # VM host systems.
-    services.xserver.displayManager.kdm.extraConfig =
-      ''
-        [X-:*-Core]
-        ServerTimeout=240
-      '';
-
   };
 
 }