nixos-config/hosts/nixdesk/profiles/autologin.nix

6 lines
83 B
Nix

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