Files
tuxcord.nix/nixos/hosts/tuxcord-acmetest/default.nix
T
javalsai 2340c89d43
Check / Nix flake (push) Failing after 10s
Lint / Nix expressions (push) Failing after 11s
treewide: add autologin on testing hosts
2026-05-03 23:25:58 -04:00

11 lines
186 B
Nix

{
networking.fqdn = "nix.tuxcord.net";
acme.rfc2136.nameserver = "tuxcord.net";
dns.enable = true;
services.getty.autologinUser = "root";
time.timeZone = "Europe/Madrid";
}