ppd
This commit is contained in:
parent
db7cc4d9c8
commit
d1fb56db30
1 changed files with 6 additions and 1 deletions
|
@ -14,7 +14,12 @@ in {
|
||||||
|
|
||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
# enable printing itself
|
# enable printing itself
|
||||||
services.printing.enable = true;
|
services.printing = {
|
||||||
|
enable = true;
|
||||||
|
drivers = with pkgs; [
|
||||||
|
epson-escpr
|
||||||
|
];
|
||||||
|
};
|
||||||
|
|
||||||
# autodiscovery of printers
|
# autodiscovery of printers
|
||||||
services.avahi = {
|
services.avahi = {
|
||||||
|
|
Loading…
Reference in a new issue