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" + ]; + } ]; }; };