summary refs log tree commit diff stats
path: root/system/nanopi.nix
diff options
context:
space:
mode:
authorAlan Pearce2024-06-05 17:18:05 +0200
committerAlan Pearce2024-06-05 17:18:05 +0200
commit81dbb578ca953606be17dd41c8b2d6ac6b955c5a (patch)
treeedfd6df63b98a8004b9805338756fd374dd3932e /system/nanopi.nix
parent3845bbbaa16959445fc59038c03d54a6498c73f9 (diff)
downloadnixfiles-81dbb578ca953606be17dd41c8b2d6ac6b955c5a.tar.lz
nixfiles-81dbb578ca953606be17dd41c8b2d6ac6b955c5a.tar.zst
nixfiles-81dbb578ca953606be17dd41c8b2d6ac6b955c5a.zip
nanopi: leave sending router advertisements to dnsmasq
Diffstat (limited to 'system/nanopi.nix')
-rwxr-xr-xsystem/nanopi.nix9
1 files changed, 1 insertions, 8 deletions
diff --git a/system/nanopi.nix b/system/nanopi.nix
index 21e55fd5..860b36fb 100755
--- a/system/nanopi.nix
+++ b/system/nanopi.nix
@@ -310,7 +310,7 @@ in
         ];
         networkConfig = {
           IPv6AcceptRA = false;
-          IPv6SendRA = true;
+          IPv6SendRA = false;
           DHCPPrefixDelegation = true;
           ConfigureWithoutCarrier = true;
           MulticastDNS = true;
@@ -323,13 +323,6 @@ in
           Assign = true;
           Token = "::1";
         };
-        ipv6SendRAConfig = {
-          RouterLifetimeSec = 1800;
-          EmitDNS = true;
-          DNS = "fd12:d04f:65d:42::1";
-          EmitDomains = true;
-          Domains = [ config.networking.domain ];
-        };
       };
       "50-wwan0" = {
         matchConfig.Name = "wwan0";