nixos/services: make dns configuration easier

This commit is contained in:
2026-05-03 19:32:39 +02:00
committed by ErrorNoInternet
parent e5a38b15ee
commit 967af49d7d
9 changed files with 145 additions and 65 deletions
+1
View File
@@ -1,3 +1,4 @@
{
dns.enable = true;
networking.fqdn = "tuxcord.test";
}