all repos — nixfiles @ 81dbb578ca953606be17dd41c8b2d6ac6b955c5a

System and user configuration, managed by nix and home-manager

nanopi: leave sending router advertisements to dnsmasq
Alan Pearce alan@alanpearce.eu
Wed, 05 Jun 2024 17:18:05 +0200
commit

81dbb578ca953606be17dd41c8b2d6ac6b955c5a

parent

3845bbbaa16959445fc59038c03d54a6498c73f9

1 files changed, 1 insertions(+), 8 deletions(-)

jump to
M system/nanopi.nixsystem/nanopi.nix
@@ -310,7 +310,7 @@ "fd12:d04f:65d:42::1/56"         ];
         networkConfig = {
           IPv6AcceptRA = false;
-          IPv6SendRA = true;
+          IPv6SendRA = false;
           DHCPPrefixDelegation = true;
           ConfigureWithoutCarrier = true;
           MulticastDNS = true;
@@ -322,13 +322,6 @@ UplinkInterface = "wan0";           SubnetId = "42";
           Assign = true;
           Token = "::1";
-        };
-        ipv6SendRAConfig = {
-          RouterLifetimeSec = 1800;
-          EmitDNS = true;
-          DNS = "fd12:d04f:65d:42::1";
-          EmitDomains = true;
-          Domains = [ config.networking.domain ];
         };
       };
       "50-wwan0" = {