This commit is contained in:
rasmus-kirk
2025-10-29 12:46:37 +01:00
parent ad4fe4e6a7
commit c1e7e25aa5
+1 -1
View File
@@ -112,7 +112,7 @@ in {
vpnNamespaces.wg = mkIf cfg.vpn.enable {
portMappings = [
{
from = cfg.portcfg.port
from = cfg.port;
to = cfg.port;
}
];