Updating vpn submodule

This commit is contained in:
rasmus-kirk
2024-03-05 01:21:44 +01:00
parent 190a33f8f3
commit cf3362a67b
10 changed files with 25 additions and 25 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ in {
# Port mappings
vpnnamespaces.wg = mkIf cfg.vpn.enable {
portMappings = [{ From = defaultPort; To = defaultPort; }];
portMappings = [{ from = defaultPort; to = defaultPort; }];
};
services.nginx = mkIf cfg.vpn.enable {