mirror of
https://github.com/willemml/dotfiles.nix.git
synced 2025-04-13 03:37:18 +00:00
Adds pizero host (not nixos managed)
This commit is contained in:
parent
40f89416ac
commit
ebbd5994ee
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,4 @@
|
||||||
10.1.2.16 zeus
|
10.1.2.16 zeus
|
||||||
10.1.2.175 nixbox
|
10.1.2.175 nixbox
|
||||||
10.1.2.152 thinkpad
|
10.1.2.152 thinkpad
|
||||||
|
10.1.2.171 pizero
|
||||||
|
|
|
@ -20,6 +20,10 @@
|
||||||
hostname = "10.1.2.175";
|
hostname = "10.1.2.175";
|
||||||
user = "willem";
|
user = "willem";
|
||||||
};
|
};
|
||||||
|
"pizero" = {
|
||||||
|
hostname = "10.1.2.171";
|
||||||
|
user = "willem";
|
||||||
|
};
|
||||||
"thinkpad" = {
|
"thinkpad" = {
|
||||||
hostname = "10.1.2.152";
|
hostname = "10.1.2.152";
|
||||||
user = "willem";
|
user = "willem";
|
||||||
|
|
Loading…
Add table
Reference in a new issue