aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2025-12-15 07:42:52 -0800
committerFranck Cuny <franck@fcuny.net>2025-12-15 07:42:52 -0800
commit3eb746486c091fd6b30c53f20b60b48a4dcc4e00 (patch)
tree0db9e70442c704cea88306dc5e7cceac08284236
parentdisplay the git SHA for the nixos version in MOTD (diff)
downloadinfra-3eb746486c091fd6b30c53f20b60b48a4dcc4e00.tar.gz
add a few more ssh aliases
Diffstat (limited to '')
-rw-r--r--home/profiles/ssh.nix8
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";
};