From 250bbfef49d5e61c6771340dc49d73060c890589 Mon Sep 17 00:00:00 2001 From: Yan Lin Date: Wed, 7 Jan 2026 16:44:08 +0100 Subject: [PATCH] add nfss peerP --- modules/ssh.nix | 6 ++++++ 1 file changed, 6 insertions(+) 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"; + }; + }; }; }