mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 18:15:13 -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"
|
||||
"nas"
|
||||
"phone"
|
||||
"printer"
|
||||
"printer0"
|
||||
"printer1"
|
||||
"server"
|
||||
"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
|
||||
|
||||
tablet = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue