From 94e658c2798da470aa40f4ad91f499b7ba94a287 Mon Sep 17 00:00:00 2001 From: Tigor Hutasuhut Date: Mon, 17 Jun 2024 20:44:51 +0700 Subject: [PATCH] homeserver: enabled autologin --- profiles/homeserver.nix | 1 + 1 file changed, 1 insertion(+) 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";