nixos-config/sys/machines/nixdesk/autologin.nix
xunuwu 719c099f9b
replace greetd autologin with getty autologin
for some reason my environment wasnt configured properly when launched
through greetd
2025-04-13 11:25:10 +02:00

6 lines
83 B
Nix

{
services.getty = {
autologinUser = "xun";
autologinOnce = true;
};
}