From 3eb746486c091fd6b30c53f20b60b48a4dcc4e00 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Mon, 15 Dec 2025 07:42:52 -0800 Subject: add a few more ssh aliases --- home/profiles/ssh.nix | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'home') diff --git a/home/profiles/ssh.nix b/home/profiles/ssh.nix index f1ef16f..004b082 100644 --- a/home/profiles/ssh.nix +++ b/home/profiles/ssh.nix @@ -14,6 +14,14 @@ "rivendell" = { hostname = "192.168.1.114"; }; + "riv-unlock" = { + hostname = "192.168.1.114"; + user = "root"; + port = 911; + }; + "nas" = { + hostname = "192.168.1.68"; + }; "bree" = { hostname = "192.168.1.50"; }; -- cgit v1.2.3