Add cups_pdf_filter to default drivers list
svn path=/nixos/trunk/; revision=25153
This commit is contained in:
parent
bedc715ecd
commit
aaf3247e80
@ -147,7 +147,7 @@ in
|
|||||||
exec = "${cups}/sbin/cupsd -c ${pkgs.writeText "cupsd.conf" cfg.cupsdConf} -F";
|
exec = "${cups}/sbin/cupsd -c ${pkgs.writeText "cupsd.conf" cfg.cupsdConf} -F";
|
||||||
};
|
};
|
||||||
|
|
||||||
services.printing.drivers = [ pkgs.cups pkgs.ghostscript additionalBackends ];
|
services.printing.drivers = [ pkgs.cups pkgs.cups_pdf_filter pkgs.ghostscript additionalBackends ];
|
||||||
services.printing.cupsdConf =
|
services.printing.cupsdConf =
|
||||||
''
|
''
|
||||||
LogLevel info
|
LogLevel info
|
||||||
|
Loading…
Reference in New Issue
Block a user