summaryrefslogtreecommitdiff
path: root/users/seth
diff options
context:
space:
mode:
authorseth <[email protected]>2024-11-13 19:30:05 -0500
committerseth <[email protected]>2024-11-13 19:30:05 -0500
commitd27b7f4b4408bfaf5abe680f031c0e0d88291885 (patch)
tree677310d42fb2a009fef0863defae41f63c485936 /users/seth
parent8dc65493b05e6865d93b01b2a817b7a1bd1f94e1 (diff)
seth/ssh: add macstadium builder
Diffstat (limited to 'users/seth')
-rw-r--r--users/seth/programs/ssh.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/users/seth/programs/ssh.nix b/users/seth/programs/ssh.nix
index 608b09a..4db813a 100644
--- a/users/seth/programs/ssh.nix
+++ b/users/seth/programs/ssh.nix
@@ -42,6 +42,12 @@ in
user = "git";
};
+ # macstadium m1
+ "mini.scrumplex.net" = {
+ identityFile = "${sshDir}/macstadium";
+ user = "bob-the-builder";
+ };
+
# router
"192.168.1.1" = {
identityFile = "${sshDir}/openwrt";