From 9d8651604606efe5b44d383730f3f81c46db100e Mon Sep 17 00:00:00 2001 From: Felix Albrigtsen Date: Fri, 16 May 2025 01:23:42 +0200 Subject: [PATCH] wireguard: add Turtle --- hosts/burnham/services/wireguard.nix | 6 ++++++ hosts/defiant/services/wireguard.nix | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/hosts/burnham/services/wireguard.nix b/hosts/burnham/services/wireguard.nix index b7f5210..1376501 100644 --- a/hosts/burnham/services/wireguard.nix +++ b/hosts/burnham/services/wireguard.nix @@ -56,6 +56,12 @@ in { "10.100.0.7/32" ]; } + { # Turtle + publicKey = "mDzAtRPv+O5TDHa9DGodF/KKuFXRBYwSqfPyeWfdfRI="; + allowedIPs = [ + "10.100.0.8/32" + ]; + } ]; }; }; diff --git a/hosts/defiant/services/wireguard.nix b/hosts/defiant/services/wireguard.nix index 3a8e42f..f8ca45c 100644 --- a/hosts/defiant/services/wireguard.nix +++ b/hosts/defiant/services/wireguard.nix @@ -62,6 +62,12 @@ in { "10.100.0.7/32" ]; } + { # Turtle + publicKey = "mDzAtRPv+O5TDHa9DGodF/KKuFXRBYwSqfPyeWfdfRI="; + allowedIPs = [ + "10.100.0.8/32" + ]; + } ]; }; };