From ebbd5994eeb5278d4ad28273d38f6a6f05273512 Mon Sep 17 00:00:00 2001 From: willemml Date: Mon, 13 Nov 2023 22:48:40 -0800 Subject: [PATCH] Adds pizero host (not nixos managed) --- common/hosts/zerotier | 3 ++- home/programs/ssh.nix | 4 ++++ 2 files changed, 6 insertions(+), 1 deletion(-) 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";