treewide: add autologin on testing hosts

This commit is contained in:
2026-05-04 05:10:19 +02:00
committed by ErrorNoInternet
parent a78752607f
commit dc0963000c
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -7,5 +7,7 @@
dns.enable = true;
networking.fqdn = "nix.tuxcord.net";
services.getty.autologinUser = "root";
time.timeZone = "Europe/Madrid";
}