diff options
| author | Franck Cuny <franck@fcuny.net> | 2025-12-15 07:42:52 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2025-12-15 07:42:52 -0800 |
| commit | 3eb746486c091fd6b30c53f20b60b48a4dcc4e00 (patch) | |
| tree | 0db9e70442c704cea88306dc5e7cceac08284236 | |
| parent | display the git SHA for the nixos version in MOTD (diff) | |
| download | infra-3eb746486c091fd6b30c53f20b60b48a4dcc4e00.tar.gz | |
add a few more ssh aliases
| -rw-r--r-- | home/profiles/ssh.nix | 8 |
1 files changed, 8 insertions, 0 deletions
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"; }; |
