diff options
author | Alex Auvolat <alex@adnab.me> | 2021-11-16 18:45:57 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2021-11-16 18:45:57 +0100 |
commit | 77db1c714ced3b5cfa0a0852cc25d8bc7b1e6738 (patch) | |
tree | 74841b68dfd873ee50fe5f57844895e8d75691ac /configuration.nix | |
parent | 6c12c591a9c3425e133aed52a829d333a0c14e04 (diff) | |
download | nixcfg-77db1c714ced3b5cfa0a0852cc25d8bc7b1e6738.tar.gz nixcfg-77db1c714ced3b5cfa0a0852cc25d8bc7b1e6738.zip |
Add lindy to wireguard
Diffstat (limited to 'configuration.nix')
-rw-r--r-- | configuration.nix | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/configuration.nix b/configuration.nix index 1c54c29..88fae6e 100644 --- a/configuration.nix +++ b/configuration.nix @@ -65,6 +65,12 @@ in endpoint = "37.187.118.206:51820"; persistentKeepalive = 10; } + { # Lindy + publicKey = "wen9GnZy2iLT6RyHfn7ydS/wvdvow1XPmhZxIkrDbks="; + allowedIPs = [ "10.42.0.66/32" ]; + endpoint = "91.160.50.156:33766"; + persistentKeepalive = 10; + } { # Carcajou publicKey = "qxrtfn2zRVnN52Y5NYumyU3/FcRMnh3kJ2C37JfrczA="; allowedIPs = [ "10.42.0.21/32" ]; @@ -97,6 +103,7 @@ in 192.168.1.23 binarycache.home.adnab.me 10.42.0.1 hammerhead 10.42.0.2 spoutnik +10.42.0.66 lindy 10.42.0.206 shiki ''; |