nixos/services: make dns configuration easier

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