nixos/hosts: add autologin for testing hosts

This commit is contained in:
2026-05-04 05:10:19 +02:00
committed by ErrorNoInternet
parent 427a905799
commit b8bc3edbff
2 changed files with 8 additions and 7 deletions
+3 -1
View File
@@ -1,6 +1,8 @@
{
networking.fqdn = "tuxcord.test";
acme.enable = false;
dns.enable = true;
networking.fqdn = "tuxcord.test";
services.getty.autologinUser = "root";
}