gdm: don't start getty@tty1 if enabled
This commit is contained in:
parent
07e0c0e0a2
commit
440178d729
1 changed files with 2 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue