dev: add autologin on testing configurations
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
parent a78752607f
commit 14e4ebdac5
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -2,5 +2,7 @@
acme.enable = false;
dns.enable = true;
services.getty.autologinUser = "root";
networking.fqdn = "tuxcord.test";
}