aboutsummaryrefslogtreecommitdiff
path: root/home/profiles
diff options
context:
space:
mode:
Diffstat (limited to 'home/profiles')
-rw-r--r--home/profiles/ssh.nix9
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";