summaryrefslogtreecommitdiff
path: root/modules/router.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/router.nix')
-rw-r--r--modules/router.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/modules/router.nix b/modules/router.nix
index 1e05b08..3b3b1dd 100644
--- a/modules/router.nix
+++ b/modules/router.nix
@@ -54,10 +54,6 @@ let
# See <http://strugglers.net/~andy/blog/2011/09/04/linux-ipv6-router-advertisements-and-forwarding/>.
"net.ipv6.conf.all.accept_ra" = 2;
"net.ipv6.conf.default.accept_ra" = 2;
-
- # Forward IPv6 packets.
- "net.ipv6.conf.all.forwarding" = true;
- "net.ipv6.conf.default.forwarding" = true;
};
environment.systemPackages = with pkgs; [ tcpdump ];