diff --git a/common/hosts/zerotier b/common/hosts/zerotier index 5844896..71c07ac 100644 --- a/common/hosts/zerotier +++ b/common/hosts/zerotier @@ -1,4 +1,5 @@ 10.1.2.16 zeus -10.1.2.175 nixbox +10.1.2.134 bsdremote 10.1.2.152 thinkpad 10.1.2.171 pizero +10.1.2.175 nixbox diff --git a/home/programs/ssh.nix b/home/programs/ssh.nix index d11fcb0..75db6ba 100644 --- a/home/programs/ssh.nix +++ b/home/programs/ssh.nix @@ -20,6 +20,10 @@ hostname = "10.1.2.175"; user = "willem"; }; + "bsdremote" = { + hostname = "10.1.2.134"; + user = "willem"; + }; "pizero" = { hostname = "10.1.2.171"; user = "willem";