From d27b7f4b4408bfaf5abe680f031c0e0d88291885 Mon Sep 17 00:00:00 2001 From: seth Date: Wed, 13 Nov 2024 19:30:05 -0500 Subject: seth/ssh: add macstadium builder --- users/seth/programs/ssh.nix | 6 ++++++ 1 file changed, 6 insertions(+) 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"; -- cgit v1.2.3