Commit ec88213fe404

Vincent Demeester <vincent@sbr.pm>
2026-02-12 16:19:32
feat(okinawa): add auto-login on boot
Added services.getty.autologinOnce for vincent user, same as kyushu. Auto-login happens once on boot, requiring manual login after logout.
1 parent 6832a47
Changed files (1)
systems
okinawa
systems/okinawa/extra.nix
@@ -36,6 +36,12 @@
     };
   };
 
+  # Auto-login on boot
+  services.getty = {
+    autologinOnce = true;
+    autologinUser = "vincent";
+  };
+
   # Wireguard VPN
   services.wireguard = {
     enable = true;