diff --git a/profiles/homeserver.nix b/profiles/homeserver.nix index cc1d689..45f11a9 100644 --- a/profiles/homeserver.nix +++ b/profiles/homeserver.nix @@ -10,6 +10,7 @@ user = { name = "homeserver"; fullName = "Homeserver"; + getty.autoLogin = true; }; system.stateVersion = "24.05";