diff options
| author | Franck Cuny <franck@fcuny.net> | 2025-12-14 13:01:14 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2025-12-14 13:01:14 -0800 |
| commit | 0520741b8ab872efcabb16ab3abcb0d6aaaa5718 (patch) | |
| tree | 7156bb80ad72f7c8035dcfca906c4dd98d0d99ac /home/profiles | |
| parent | remove duplicated configuration for treefmt/pre-commit (diff) | |
| download | infra-0520741b8ab872efcabb16ab3abcb0d6aaaa5718.tar.gz | |
use `just` (again) instead of custom scripts
Diffstat (limited to 'home/profiles')
| -rw-r--r-- | home/profiles/ssh.nix | 9 |
1 files changed, 9 insertions, 0 deletions
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"; |
