cups: Remove broken printers
This commit is contained in:
parent
9ce76f591f
commit
298ef93ed5
|
@ -14,23 +14,6 @@ lib.mkIf config.sbruder.gui.enable {
|
|||
};
|
||||
|
||||
hardware.printers.ensurePrinters = [
|
||||
{
|
||||
name = "kanna";
|
||||
deviceUri = "socket://kanna.home.sbruder.de";
|
||||
model = "${gutenprintWithVersion}://kyocera-fs-c5200dn/expert";
|
||||
ppdOptions = {
|
||||
PageSize = "A4";
|
||||
};
|
||||
}
|
||||
# printer is broken and makes systemd unit fail
|
||||
#{
|
||||
# name = "tintenpisser";
|
||||
# deviceUri = "ipp://tintenpisser.home.sbruder.de:631/ipp/print";
|
||||
# model = "everywhere";
|
||||
# ppdOptions = {
|
||||
# PageSize = "A4";
|
||||
# };
|
||||
#}
|
||||
{
|
||||
name = "ich_drucke_nicht";
|
||||
deviceUri = "socket://192.168.178.26";
|
||||
|
|
Loading…
Reference in a new issue