Files
tuxcord.nix/nixos/hosts/tuxcord-acmetest/default.nix
T
javalsai 14e4ebdac5
Check / Nix flake (push) Failing after 10s
Lint / Nix expressions (push) Failing after 11s
dev: add autologin on testing configurations
2026-05-04 05:10:19 +02:00

14 lines
218 B
Nix

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