15 lines
224 B
Nix
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";
|
|
}
|