diff --git a/modules/ssh.nix b/modules/ssh.nix index 231299c..419d3c6 100644 --- a/modules/ssh.nix +++ b/modules/ssh.nix @@ -58,6 +58,12 @@ identityFile = "~/Credentials/ssh_keys/rpi"; }; + "nfss" = { + hostname = "nfss.yanlincs.com"; + user = "yanlin"; + identityFile = "~/Credentials/ssh_keys/nas"; + }; + }; }; }