From 0084122d039b69fd7bb4b9c6491f105347dede9f Mon Sep 17 00:00:00 2001 From: Fuwn Date: Wed, 11 Sep 2024 17:30:33 -0700 Subject: Bump: i2p and upnp --- modules/networking/upnp.nix | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 modules/networking/upnp.nix (limited to 'modules/networking/upnp.nix') diff --git a/modules/networking/upnp.nix b/modules/networking/upnp.nix new file mode 100644 index 0000000..998592a --- /dev/null +++ b/modules/networking/upnp.nix @@ -0,0 +1,12 @@ +{ + services.miniupnpd = { + enable = true; + natpmp = true; + externalInterface = "enp42s0"; + + internalIPs = [ + "enp42s0" + "wlan0" + ]; + }; +} -- cgit v1.2.3