treewide: add autologin on testing hosts
Check / Nix flake (push) Failing after 10s
Lint / Nix expressions (push) Failing after 11s

This commit is contained in:
2026-05-04 05:10:19 +02:00
committed by ErrorNoInternet
parent a78752607f
commit 2340c89d43
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";
}