summary refs log tree commit diff stats
path: root/system
diff options
context:
space:
mode:
authorAlan Pearce2024-05-12 00:37:26 +0200
committerAlan Pearce2024-05-12 00:37:26 +0200
commit1b0f3a6760eab3e634a62a008fee2323e1be291b (patch)
tree065b17a2afbbf07dc72d71ca5350b8e66ef33df7 /system
parent3560af9f16d68fb10fac4a6c07d1aafb1a0a74e3 (diff)
downloadnixfiles-1b0f3a6760eab3e634a62a008fee2323e1be291b.tar.lz
nixfiles-1b0f3a6760eab3e634a62a008fee2323e1be291b.tar.zst
nixfiles-1b0f3a6760eab3e634a62a008fee2323e1be291b.zip
nanopi: networkd-dispatcher seems broken
Diffstat (limited to 'system')
-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" ];