nixos/services: make dns configuration easier

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