diff --git a/modules/ssh.nix b/modules/ssh.nix index 3153db4..dd9e6f1 100644 --- a/modules/ssh.nix +++ b/modules/ssh.nix @@ -52,6 +52,12 @@ identityFile = "~/Credentials/ssh_keys/hetzner"; }; + "rpi" = { + hostname = "100.117.162.102"; + user = "yanlin"; + identityFile = "~/Credentials/ssh_keys/rpi"; + }; + }; }; }