diff options
Diffstat (limited to 'home/profiles')
| -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"; }; |
