summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rwxr-xr-xsystem/nanopi.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/system/nanopi.nix b/system/nanopi.nix
index 9fc41095..7bfe51f0 100755
--- a/system/nanopi.nix
+++ b/system/nanopi.nix
@@ -513,7 +513,8 @@ in
   systemd.services.dnsmasq.wants = [ "network-online.target" ];
 
   services.networkd-dispatcher = {
-    enable = true;
+    # broken?
+    enable = false;
     rules = {
       update-home-address = {
         onState = [ "configured" "configuring" ];