about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorJonas Schwabe <jonas@jnugh.de>2017-10-28 15:35:57 +0200
committerJonas Schwabe <jonas@jnugh.de>2017-10-28 15:52:03 +0200
commit4a180dac60e066f52268b69820bafa89dc4ba0d3 (patch)
tree965d7ebb103ada74f46a4e933c37d39eec11eb54 /nixos
parenteb3f736afdc3c288a33f35c18d08ad289009b876 (diff)
gdm: fix restart of display-manager after nixos-rebuild
- fix restart of display-manager due to a conflict with getty@tty1
- fixes #21439
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/services/x11/display-managers/gdm.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/modules/services/x11/display-managers/gdm.nix b/nixos/modules/services/x11/display-managers/gdm.nix
index 83c5c95dae7e2..45a67ac040b8e 100644
--- a/nixos/modules/services/x11/display-managers/gdm.nix
+++ b/nixos/modules/services/x11/display-managers/gdm.nix
@@ -125,7 +125,6 @@ in
       "getty@tty1.service"
     ];
 
-    systemd.services.display-manager.conflicts = [ "getty@tty1.service" ];
     systemd.services.display-manager.serviceConfig = {
       # Restart = "always"; - already defined in xserver.nix
       KillMode = "mixed";