summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/router.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/router.nix b/modules/router.nix
index 08fe8de..336943d 100644
--- a/modules/router.nix
+++ b/modules/router.nix
@@ -87,6 +87,9 @@ let
services.miniupnpd.internalIPs = [
"lan-vport"
];
+ services.miniupnpd.appendConfig = ''
+ ipv6_disable=true
+ '';
networking.interfaces.eno1 = {};
networking.interfaces.eno2 = {};