From 6fdb3ddc30b6c349f30f3136157d6fd8db30bda6 Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Sat, 7 Oct 2023 17:22:00 -0400 Subject: fix --- modules/router.nix | 2 -- 1 file changed, 2 deletions(-) (limited to 'modules/router.nix') 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; -- cgit v1.2.3