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; dns.enable = true;
networking.fqdn = "nix.tuxcord.net"; networking.fqdn = "nix.tuxcord.net";
services.getty.autologinUser = "root";
time.timeZone = "Europe/Madrid"; time.timeZone = "Europe/Madrid";
} }
+2
View File
@@ -2,5 +2,7 @@
acme.enable = false; acme.enable = false;
dns.enable = true; dns.enable = true;
services.getty.autologinUser = "root";
networking.fqdn = "tuxcord.test"; networking.fqdn = "tuxcord.test";
} }