setup listen ports
This commit is contained in:
parent
ba9eb87118
commit
0a4bf6110a
2 changed files with 2 additions and 0 deletions
|
@ -12,6 +12,7 @@ in {
|
|||
ips = peers."${config.networking.hostName}".allowedIPs;
|
||||
privateKeyFile = "/etc/wireguard/private.key";
|
||||
generatePrivateKeyFile = true;
|
||||
listenPort = 51820;
|
||||
peers = with peers; [
|
||||
Proxy
|
||||
Skipper
|
||||
|
|
|
@ -12,6 +12,7 @@ in {
|
|||
ips = peers."${config.networking.hostName}".allowedIPs;
|
||||
privateKeyFile = "/etc/wireguard/private.key";
|
||||
generatePrivateKeyFile = true;
|
||||
listenPort = 51820;
|
||||
peers = with peers; [
|
||||
Proxy
|
||||
Rico2
|
||||
|
|
Loading…
Reference in a new issue