summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/router.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/router.nix b/modules/router.nix
index f2dbc46..1c84ec3 100644
--- a/modules/router.nix
+++ b/modules/router.nix
@@ -279,8 +279,6 @@ in {
config = mkIf cfg.enable {
boot.kernel.sysctl = {
- "net.ipv6.conf.wan-vport.autoconf=" = false;
- "net.ipv6.conf.wan-vport.accept_ra" = false;
"net.ipv4.conf.all.forwarding" = true;
"net.ipv4.conf.default.forwarding" = true;
"net.ipv6.conf.all.forwarding" = true;