diff options
| author | seth <[email protected]> | 2024-11-13 19:30:05 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2024-11-13 19:30:05 -0500 |
| commit | d27b7f4b4408bfaf5abe680f031c0e0d88291885 (patch) | |
| tree | 677310d42fb2a009fef0863defae41f63c485936 /users/seth/programs | |
| parent | 8dc65493b05e6865d93b01b2a817b7a1bd1f94e1 (diff) | |
seth/ssh: add macstadium builder
Diffstat (limited to 'users/seth/programs')
| -rw-r--r-- | users/seth/programs/ssh.nix | 6 |
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"; |
