loki: use dynamic wireguard port
This commit is contained in:
parent
befb23f33e
commit
e239c091cf
1 changed files with 0 additions and 4 deletions
|
@ -206,9 +206,6 @@
|
|||
# SteamLink
|
||||
27031
|
||||
27036
|
||||
|
||||
# WireGuard
|
||||
51820
|
||||
];
|
||||
|
||||
allowedTCPPortRanges = [
|
||||
|
@ -286,7 +283,6 @@
|
|||
|
||||
wireguardConfig = {
|
||||
PrivateKeyFile = config.sops.secrets.wireguard-horus0-privkey.path;
|
||||
ListenPort = 51820;
|
||||
};
|
||||
|
||||
wireguardPeers = [
|
||||
|
|
Loading…
Reference in a new issue