ensure printers

This commit is contained in:
2023-09-07 11:21:19 +02:00
parent b4c9ff653a
commit f8cc06cb6a

View File

@@ -11,18 +11,14 @@ in {
ensureDefaultPrinter = "Cloonar";
ensurePrinters = [
{
name = "Office";
deviceUri = "ipp://mercury.epicenter.intra/ipp/printer";
name = "epicenter.works";
deviceUri = "ipp://mercury.epicenter.intra/ipp/print";
model = "everywhere";
description = "Brother";
location = "Office";
}
{
name = "Cloonar";
deviceUri = "ipp://brn30055c566237.cloonar.multimedia/ipp/print";
model = "everywhere";
description = "Brother HL-L2360D";
location = "Office";
}
];
};