nixos/services: make dns configuration easier

This commit is contained in:
2026-05-03 19:32:39 +02:00
parent e83b3bae26
commit 3f1ef7052e
9 changed files with 155 additions and 65 deletions
+1
View File
@@ -4,6 +4,7 @@
./storage.nix
];
dns.enable = true;
networking.fqdn = "tuxcord.net";
time.timeZone = "Canada/Eastern";
}