1 Commits

Author SHA1 Message Date
javalsai 2340c89d43 treewide: add autologin on testing hosts
Check / Nix flake (push) Failing after 10s
Lint / Nix expressions (push) Failing after 11s
2026-05-03 23:25:58 -04:00
2 changed files with 8 additions and 7 deletions
+5 -6
View File
@@ -1,11 +1,10 @@
{
acme = {
enable = true;
rfc2136.nameserver = "tuxcord.net";
};
dns.enable = true;
networking.fqdn = "nix.tuxcord.net";
acme.rfc2136.nameserver = "tuxcord.net";
dns.enable = true;
services.getty.autologinUser = "root";
time.timeZone = "Europe/Madrid";
}
+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";
}