Adds pizero host (not nixos managed)

This commit is contained in:
willemml 2023-11-13 22:48:40 -08:00
parent 40f89416ac
commit ebbd5994ee
Signed by: willemml
GPG key ID: C3DE5DF6198DACBD
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,4 @@
10.1.2.16 zeus
10.1.2.175 nixbox
10.1.2.152 thinkpad
10.1.2.152 thinkpad
10.1.2.171 pizero

View file

@ -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";