Commit ec88213fe404
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;