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