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