From 0520741b8ab872efcabb16ab3abcb0d6aaaa5718 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sun, 14 Dec 2025 13:01:14 -0800 Subject: use `just` (again) instead of custom scripts --- home/profiles/ssh.nix | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'home/profiles') diff --git a/home/profiles/ssh.nix b/home/profiles/ssh.nix index 8e39def..f1ef16f 100644 --- a/home/profiles/ssh.nix +++ b/home/profiles/ssh.nix @@ -11,6 +11,15 @@ controlPath = "${config.home.homeDirectory}/.ssh/sockets/S.%r@%h:%p"; controlMaster = "auto"; }; + "rivendell" = { + hostname = "192.168.1.114"; + }; + "bree" = { + hostname = "192.168.1.50"; + }; + "argonath" = { + hostname = "fcuny.net"; + }; "github.com" = { hostname = "github.com"; user = "git"; -- cgit v1.2.3