diff --git a/hosts/tatos/services/wireguard/default.nix b/hosts/tatos/services/wireguard/default.nix
index 55f678e..fc6aed9 100644
--- a/hosts/tatos/services/wireguard/default.nix
+++ b/hosts/tatos/services/wireguard/default.nix
@@ -102,6 +102,11 @@ in
           publicKey = "dF5YEeK1nw2V4GNLwg67M+r8NMA315KpueQMk+ZFO1M=";
           allowedIPs = [ "10.20.30.8/32" ];
         }
+        # Phone 4 b
+        {
+          publicKey = "UsQQ6sjpItEktbNl8fMwDwa/gFUKwPtI1tSiOkrF2hU=";
+          allowedIPs = [ "10.20.30.9/32" ];
+        }
       ];
     };
   };