From 1558d01ceac30e496e9eed2d5382a3cca9612d31 Mon Sep 17 00:00:00 2001 From: Zuckerberg Date: Sat, 11 Mar 2023 22:46:21 -0700 Subject: [PATCH] wip --- common/network/pia-wireguard.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/common/network/pia-wireguard.nix b/common/network/pia-wireguard.nix index 802b686..022ee88 100644 --- a/common/network/pia-wireguard.nix +++ b/common/network/pia-wireguard.nix @@ -32,11 +32,11 @@ in { type = lib.types.str; default = "piaw"; }; - # forwardedPort = lib.mkOption { - # type = lib.types.port; - # description = "The port to redirect port forwarded TCP VPN traffic too"; - # default = 15050; - # }; + forwardedPort = lib.mkOption { + type = lib.types.port; + description = "The port to redirect port forwarded TCP VPN traffic too"; + default = 15050; + }; # TODO allow disabling this portForwarding = lib.mkEnableOption "Enables PIA port fowarding";