Fix
This commit is contained in:
@@ -112,7 +112,7 @@ in {
|
|||||||
vpnNamespaces.wg = mkIf cfg.vpn.enable {
|
vpnNamespaces.wg = mkIf cfg.vpn.enable {
|
||||||
portMappings = [
|
portMappings = [
|
||||||
{
|
{
|
||||||
from = cfg.portcfg.port
|
from = cfg.port;
|
||||||
to = cfg.port;
|
to = cfg.port;
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user