Files
tuxcord.nix/nixos/hosts/tuxcord-acmetest/default.nix
T

15 lines
224 B
Nix

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