From 4c30e8a688e969261b3c294d454be34aa5143375 Mon Sep 17 00:00:00 2001 From: Victor Date: Wed, 7 Dec 2022 17:06:38 +0100 Subject: [PATCH] add new laptop wg key --- nixos/hosts/olympus/wireguard/configuration.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/nixos/hosts/olympus/wireguard/configuration.nix b/nixos/hosts/olympus/wireguard/configuration.nix index 9666067..4f36fea 100644 --- a/nixos/hosts/olympus/wireguard/configuration.nix +++ b/nixos/hosts/olympus/wireguard/configuration.nix @@ -62,10 +62,15 @@ let vs = config.vault-secrets.secrets; in allowedIPs = [ "10.100.0.3/32" ]; } { - # Laptop + # Old Laptop publicKey = "L8myt2bcdja7M+i+9eatdQRW8relPUoZZ9lEKSLe+m8="; allowedIPs = [ "10.100.0.4/32" ]; } + { + # New Laptop + publicKey = "+Ms3xV6LxNZWTQk11zoz+AUIV2uds6A64Wz15JlR/Ak="; + allowedIPs = [ "10.100.0.5/32" ]; + } { # Aerdenhout # Useful setup video for opnsense: https://www.youtube.com/watch?v=RoXHe5dqCM0