gnome: add workaround for autologin bug

This commit is contained in:
Leonardo Eugênio 2024-05-31 20:06:47 -03:00
parent 49074303af
commit 90a08dfaa9

View file

@ -9,6 +9,10 @@
services.xserver.displayManager.gdm.enable = true;
services.xserver.desktopManager.gnome.enable = true;
# Workaround for https://github.com/NixOS/nixpkgs/issues/103746
systemd.services."getty@tty1".enable = false;
systemd.services."autovt@tty1".enable = false;
services.displayManager.autoLogin = {
enable = true;
user = "lelgenio";