wip
This commit is contained in:
parent
96c81acbcf
commit
1558d01cea
@ -32,11 +32,11 @@ in {
|
|||||||
type = lib.types.str;
|
type = lib.types.str;
|
||||||
default = "piaw";
|
default = "piaw";
|
||||||
};
|
};
|
||||||
# forwardedPort = lib.mkOption {
|
forwardedPort = lib.mkOption {
|
||||||
# type = lib.types.port;
|
type = lib.types.port;
|
||||||
# description = "The port to redirect port forwarded TCP VPN traffic too";
|
description = "The port to redirect port forwarded TCP VPN traffic too";
|
||||||
# default = 15050;
|
default = 15050;
|
||||||
# };
|
};
|
||||||
# TODO allow disabling this
|
# TODO allow disabling this
|
||||||
portForwarding = lib.mkEnableOption "Enables PIA port fowarding";
|
portForwarding = lib.mkEnableOption "Enables PIA port fowarding";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user