Adds BSD server jail as host

This commit is contained in:
willemml 2023-11-18 12:52:20 -08:00
parent e060b16a53
commit 1b6fb44a6b
Signed by: willemml
GPG key ID: C3DE5DF6198DACBD
2 changed files with 6 additions and 1 deletions

View file

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

View file

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