mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-16 06:29:17 +03: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"
|
"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…
Add table
Add a link
Reference in a new issue