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
|
# SteamLink
|
||||||
27031
|
27031
|
||||||
27036
|
27036
|
||||||
|
|
||||||
# WireGuard
|
|
||||||
51820
|
|
||||||
];
|
];
|
||||||
|
|
||||||
allowedTCPPortRanges = [
|
allowedTCPPortRanges = [
|
||||||
|
@ -286,7 +283,6 @@
|
||||||
|
|
||||||
wireguardConfig = {
|
wireguardConfig = {
|
||||||
PrivateKeyFile = config.sops.secrets.wireguard-horus0-privkey.path;
|
PrivateKeyFile = config.sops.secrets.wireguard-horus0-privkey.path;
|
||||||
ListenPort = 51820;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
wireguardPeers = [
|
wireguardPeers = [
|
||||||
|
|
Loading…
Reference in a new issue