mirror of
https://github.com/willemml/dotfiles.nix.git
synced 2025-04-12 11:17:17 +00:00
Adds BSD server jail as host
This commit is contained in:
parent
e060b16a53
commit
1b6fb44a6b
2 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Add table
Reference in a new issue