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

17 lines
213 B
Nix

{
imports = [
./hardware.nix
./storage.nix
];
acme = {
enable = true;
useSelfDns = true;
};
dns.enable = true;
networking.fqdn = "tuxcord.net";
time.timeZone = "Canada/Eastern";
}