diff options
author | Kjetil Orbekk <kj@orbekk.com> | 2022-05-31 06:12:26 -0400 |
---|---|---|
committer | Kjetil Orbekk <kj@orbekk.com> | 2022-05-31 06:12:26 -0400 |
commit | 26af4e772bfb323ca83ea729d3f2a699289b775c (patch) | |
tree | 0f6658e9ffc3e1349b0a1d2b0b83d76f121d5d95 /modules | |
parent | 088518a080a8c839cb3daae26cc6aee4ef37a797 (diff) |
Switch vpn port
Diffstat (limited to 'modules')
-rw-r--r-- | modules/vpn.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/vpn.nix b/modules/vpn.nix index d8ae327..4d5aaaf 100644 --- a/modules/vpn.nix +++ b/modules/vpn.nix @@ -45,7 +45,7 @@ in listenPort = lib.mkOption { type = lib.types.port; - default = 40421; + default = 40422; description = "wireguard local port"; }; }; |