about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--hosts/carmel/services.nix11
1 files changed, 7 insertions, 4 deletions
diff --git a/hosts/carmel/services.nix b/hosts/carmel/services.nix
index d469618..57033dc 100644
--- a/hosts/carmel/services.nix
+++ b/hosts/carmel/services.nix
@@ -70,14 +70,17 @@
     recommendedGzipSettings = true;
     recommendedOptimisation = true;
 
-    virtualHosts."localhost" = {
+    virtualHosts."dnsmasq" = {
       listen = [
         {
-          addr = "127.0.0.1";
-          port = 8080;
+          addr = "192.168.6.1";
+          port = 8067;
         }
       ];
-      locations."/" = { };
+      locations."/" = {
+        root = "/var/lib/dnsmasq";
+        index = "leases.html";
+      };
     };
 
     streamConfig = ''