summary refs log tree commit diff stats
path: root/system
diff options
context:
space:
mode:
Diffstat (limited to 'system')
-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";