remove printer

This commit is contained in:
2023-09-07 09:02:41 +02:00
parent 8bc67465f1
commit 49e571c3d4

View File

@@ -9,21 +9,21 @@ in {
services.avahi.nssmdns = true;
services.avahi.openFirewall = true;
hardware.printers = {
ensureDefaultPrinter = brother;
ensurePrinters = [
{
name = "Office";
deviceUri = "socket://mercury.epicenter.intra";
description = lib.replaceStrings [ "_" ] [ " " ] brother;
location = "Office";
}
{
name = "Cloonar";
deviceUri = "socket://mercury.epicenter.intra";
description = lib.replaceStrings [ "_" ] [ " " ] brother;
location = "Office";
}
];
};
# hardware.printers = {
# ensureDefaultPrinter = brother;
# ensurePrinters = [
# {
# name = "Office";
# deviceUri = "socket://mercury.epicenter.intra";
# description = lib.replaceStrings [ "_" ] [ " " ] brother;
# location = "Office";
# }
# {
# name = "Cloonar";
# deviceUri = "socket://mercury.epicenter.intra";
# description = lib.replaceStrings [ "_" ] [ " " ] brother;
# location = "Office";
# }
# ];
# };
}