Commit ffc72ca6b8df

Vincent Demeester <vincent@sbr.pm>
2024-12-20 15:17:06
machines: add back honshu to the VPN
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent f3cdb64
Changed files (1)
secrets/machines.nix
@@ -36,7 +36,6 @@ let
     ips = {
       kerkouane = "10.100.0.1";
       shikoku = "10.100.0.2";
-      #honshu = "10.100.0.4";
       aomi = "10.100.0.17";
       hokkaido = "10.100.0.5";
       wakasu = "10.100.0.8";
@@ -104,6 +103,10 @@ let
       allowedIPs = [ "${wireguard.ips.hass}/32" ];
       publicKey = "sLi6Qpm6yyI0kuJ5LzCKXzFhhTW3Q50krxSin+b/sWs=";
     };
+    honshu = {
+      allowedIPs = [ "${wireguard.ips.hass}/32" ];
+      publicKey = "vzkizZZMoM8yi5bjKiDZN1vYydZY6NKJhv9OqwSTFAk=";
+    };
   };
   ssh = {
     yubikey = {