forked from mirrors/nixpkgs
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
|
@ -122,7 +122,6 @@ in
|
||||||
"rc-local.service"
|
"rc-local.service"
|
||||||
"systemd-machined.service"
|
"systemd-machined.service"
|
||||||
"systemd-user-sessions.service"
|
"systemd-user-sessions.service"
|
||||||
"getty@tty1.service"
|
|
||||||
];
|
];
|
||||||
|
|
||||||
systemd.services.display-manager.serviceConfig = {
|
systemd.services.display-manager.serviceConfig = {
|
||||||
|
|
Loading…
Reference in a new issue