diff --git a/hosts/burnham/services/wireguard.nix b/hosts/burnham/services/wireguard.nix index c7ae7b0..a6aebf1 100644 --- a/hosts/burnham/services/wireguard.nix +++ b/hosts/burnham/services/wireguard.nix @@ -32,6 +32,18 @@ in { ]; endpoint = "site3.feal.no:51902"; } + { # Worf + publicKey = "kW8SyzCh2tw8GzZV6bPn+IQVNUoUhseNfEm3rHnR1So="; + allowedIPs = [ + "10.100.0.4/32" + ]; + } + { # Phone + publicKey = "axFXtcTYtW6m1FT9Czn9DRvG+b05D7j+0yRMjn/FJEk="; + allowedIPs = [ + "10.100.0.5/32" + ]; + } ]; }; }; diff --git a/hosts/defiant/services/wireguard.nix b/hosts/defiant/services/wireguard.nix index b5fc732..9b24b77 100644 --- a/hosts/defiant/services/wireguard.nix +++ b/hosts/defiant/services/wireguard.nix @@ -30,6 +30,7 @@ in { "10.100.0.2/32" "192.168.11.0/24" ]; + endpoint = "site2.feal.no:51902"; } { # Sulu publicKey = "j6YVekgGS4nhL5zUiOTeK2BVQkYGlTQaiUpwcqQyfRk="; @@ -37,6 +38,18 @@ in { "10.100.0.3/32" ]; } + { # Worf + publicKey = "kW8SyzCh2tw8GzZV6bPn+IQVNUoUhseNfEm3rHnR1So="; + allowedIPs = [ + "10.100.0.4/32" + ]; + } + { # Phone + publicKey = "axFXtcTYtW6m1FT9Czn9DRvG+b05D7j+0yRMjn/FJEk="; + allowedIPs = [ + "10.100.0.5/32" + ]; + } ]; }; };