feat: added printer

This commit is contained in:
Nick 2024-11-03 00:25:28 -05:00
parent 87653c404c
commit 0ea9ac4333
2 changed files with 18 additions and 1 deletions

View file

@ -5,7 +5,8 @@
"laptop" "laptop"
"nas" "nas"
"phone" "phone"
"printer" "printer0"
"printer1"
"server" "server"
"tablet" "tablet"
]; ];

View file

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