mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-17 02:25:12 -05:00
feat: added printer
This commit is contained in:
parent
87653c404c
commit
0ea9ac4333
2 changed files with 18 additions and 1 deletions
|
@ -5,7 +5,8 @@
|
||||||
"laptop"
|
"laptop"
|
||||||
"nas"
|
"nas"
|
||||||
"phone"
|
"phone"
|
||||||
"printer"
|
"printer0"
|
||||||
|
"printer1"
|
||||||
"server"
|
"server"
|
||||||
"tablet"
|
"tablet"
|
||||||
];
|
];
|
||||||
|
|
|
@ -157,6 +157,22 @@ in {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Printer
|
||||||
|
|
||||||
|
printer0 = {
|
||||||
|
label = "Canon-TR7620a";
|
||||||
|
ip = {
|
||||||
|
address0 = "";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
printer1 = {
|
||||||
|
label = "Brother-HL-2170W";
|
||||||
|
ip = {
|
||||||
|
address0 = "192.168.50.195";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
# Samsung S7 FE
|
# Samsung S7 FE
|
||||||
|
|
||||||
tablet = {
|
tablet = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue