nginx: add more fields to JSON log
[sourcephile-nix.git] / hosts / mermet / knot / sourcephile.fr.nix
index f76e52e22190380e048c77387a7d12f061ae37fe..e36d2cb4987f64f120971ad1a76a1e1d05f6e6c6 100644 (file)
@@ -168,10 +168,12 @@ systemd.services.knot = {
   ];
 };
 /* Useless since the zone is public
-services.unbound.extraConfig = ''
-  stub-zone:
-    name: "sourcephile.fr"
-    stub-addr: 127.0.0.1@5353
+services.unbound.settings = {
+  stub-zone = {
+    name = domain;
+    stub-addr = "127.0.0.1@5353";
+  };
+};
 '';
 */
 }