gdm: don't start getty@tty1 if enabled

This commit is contained in:
lassulus 2017-10-30 21:43:10 +01:00
parent 07e0c0e0a2
commit 440178d729

View File

@ -125,6 +125,8 @@ in
"getty@tty1.service"
];
systemd.services."getty@tty1".enable = false;
systemd.services.display-manager.conflicts = [ "getty@tty1.service" ];
systemd.services.display-manager.serviceConfig = {
# Restart = "always"; - already defined in xserver.nix
KillMode = "mixed";