diff options
Diffstat (limited to 'host/software')
-rw-r--r-- | host/software/server/wireguard.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/host/software/server/wireguard.nix b/host/software/server/wireguard.nix index 102fe80..29aaec5 100644 --- a/host/software/server/wireguard.nix +++ b/host/software/server/wireguard.nix @@ -38,6 +38,10 @@ publicKey = "0nd/5vZaerTCUpS6uXsulCTzI3ZsUT2N2pnh7zTo8wg="; allowedIPs = [ "10.100.0.7" ]; } + { # idefix + publicKey = "sF89wadXLEMXeNHNFPas7umP/QeyXMs3s7XGfXmY2lc="; + allowedIPs = [ "10.100.0.8" ]; + } ]; }; }; |