From 8d8715d6b8ce95d8465969b1dd07e5885b8e3cf6 Mon Sep 17 00:00:00 2001 From: kurogeek Date: Wed, 5 Nov 2025 13:00:33 +0700 Subject: [PATCH] mob next [ci-skip] [ci skip] [skip ci] lastFile:modules/clan/phonebox/default.nix --- modules/clan/phonebox/default.nix | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/modules/clan/phonebox/default.nix b/modules/clan/phonebox/default.nix index a5451e2..ab252b7 100644 --- a/modules/clan/phonebox/default.nix +++ b/modules/clan/phonebox/default.nix @@ -137,7 +137,8 @@ enable = true; settings = { - bind-interfaces = true; + bind-dynamic = true; + listen-address = "192.168.254.1"; # enable-ra = true; domain-needed = true; domain = "localhost"; @@ -150,10 +151,6 @@ interface = [ ata-interface ]; }; }; - systemd.services.dnsmasq = { - after = [ "network-online.target" ]; - requires = [ "network-online.target" ]; - }; services.nginx = { enable = true;