diff --git a/common/hosts/zerotier b/common/hosts/zerotier index 77ba209..5844896 100644 --- a/common/hosts/zerotier +++ b/common/hosts/zerotier @@ -1,3 +1,4 @@ 10.1.2.16 zeus 10.1.2.175 nixbox -10.1.2.152 thinkpad \ No newline at end of file +10.1.2.152 thinkpad +10.1.2.171 pizero diff --git a/home/programs/ssh.nix b/home/programs/ssh.nix index 568ea87..d11fcb0 100644 --- a/home/programs/ssh.nix +++ b/home/programs/ssh.nix @@ -20,6 +20,10 @@ hostname = "10.1.2.175"; user = "willem"; }; + "pizero" = { + hostname = "10.1.2.171"; + user = "willem"; + }; "thinkpad" = { hostname = "10.1.2.152"; user = "willem";