From 97aa9f3c64f71b142494c4c23701291cdc2e1f34 Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Tue, 30 Jan 2024 16:03:39 -0500 Subject: router --- modules/router.nix | 4 ---- 1 file changed, 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 . "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 ]; -- cgit v1.2.3