Skip to content
Snippets Groups Projects
Commit 42dc9127 authored by Florian Sesser's avatar Florian Sesser
Browse files

Use wireguard default port

parent 18c5fc6d
No related branches found
No related tags found
3 merge requests!101Merge staging into production,!100Merge develop into staging,!87Add monitoring VPN modules and config
Pipeline #548 failed
......@@ -42,7 +42,7 @@ in {
endpoint = lib.mkOption {
type = lib.types.str;
example = lib.literalExample "vpn.monitoring.private.storage:54321";
default = "192.168.67.24:54321";
default = "192.168.67.24:51820";
description = ''
The address and port number of the server to establish the VPN with.
'';
......
......@@ -37,7 +37,7 @@ in {
port = lib.mkOption {
type = lib.types.port;
example = lib.literalExample 54321;
default = 54321;
default = 51820;
description = ''
The UDP port to listen on.
'';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment