Autologin

This commit is contained in:
Filippo Berto 2025-03-19 21:55:42 +01:00
parent bdb0dfc1e6
commit d2cded4142
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED

View file

@ -143,9 +143,8 @@ in
}; };
}; };
blueman.enable = true; blueman.enable = true;
displayManager.gdm = { displayManager = {
enable = true; gdm = { enable = true; autoSuspend = false; };
autoSuspend = false;
autoLogin = { enable = true; user = "tiziano"; }; autoLogin = { enable = true; user = "tiziano"; };
}; };
desktopManager.gnome.enable = true; desktopManager.gnome.enable = true;