mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
gdm: remove old workaround for conflicts with getty
- There used to be a conflict between gdm and getty both trying to access tty1 - This conflict was fixed by running gdm on tty7 instead
This commit is contained in:
parent
aed114ecb9
commit
c46d4dab96
1 changed files with 0 additions and 1 deletions
|
@ -122,7 +122,6 @@ in
|
|||
"rc-local.service"
|
||||
"systemd-machined.service"
|
||||
"systemd-user-sessions.service"
|
||||
"getty@tty1.service"
|
||||
];
|
||||
|
||||
systemd.services.display-manager.serviceConfig = {
|
||||
|
|
Loading…
Reference in a new issue