Migrate mailserver to ponyo

This commit is contained in:
2023-03-11 22:36:52 -07:00
parent a5f7bb8a22
commit ecb6d1ef63
7 changed files with 113 additions and 93 deletions

View File

@@ -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";