diff options
| author | Grigory Shipunov | 2023-05-15 16:50:29 +0200 |
|---|---|---|
| committer | Grigory Shipunov | 2023-05-15 16:50:29 +0200 |
| commit | 1ea959ffb66c8e27f9f6e48060023fa07db865af (patch) | |
| tree | c02e45c1b40839f0db4852edb4de8aa85c1c8203 /hosts/cirrus/wireguard-server.nix | |
| parent | 2809a7e118b8273e2b656222f1d76c08824dcc14 (diff) | |
add news
Diffstat (limited to 'hosts/cirrus/wireguard-server.nix')
| -rw-r--r-- | hosts/cirrus/wireguard-server.nix | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/hosts/cirrus/wireguard-server.nix b/hosts/cirrus/wireguard-server.nix index d9fc754..526e8db 100644 --- a/hosts/cirrus/wireguard-server.nix +++ b/hosts/cirrus/wireguard-server.nix @@ -95,6 +95,14 @@ PersistentKeepalive = 25; }; } + # news + { + wireguardPeerConfig = { + PublicKey = "guzNmsPcQw4EGSLU3X0SP+WPKAcoMc+xv9SLWdHV1V0="; + AllowedIPs = [ "10.34.45.102/32" ]; + PersistentKeepalive = 25; + }; + } ]; }; networks."oxaproxy" = { |
