diff --git a/hosts/remilia/networking.nix b/hosts/remilia/networking.nix index 7eef68f..3ffe3a2 100644 --- a/hosts/remilia/networking.nix +++ b/hosts/remilia/networking.nix @@ -92,6 +92,10 @@ publicKey = "BRdWQYPyfZeEWGtghhoYZf90nOsU/kXB3vOFJ6A17Ao="; allowedIPs = [ ips.okina ]; } + { + publicKey = "JriOM0LQr/YbdeIH++qY4O32vlcc8L2AC1MDoFGCpmA="; + allowedIPs = [ ips.suwako ]; + } ]; }; };