diff --git a/users/seth/programs/ssh.nix b/users/seth/programs/ssh.nix index 608b09a6..4db813ac 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";