🐛 fix broken epson drivers

dev-docs
Moritz Böhme 2022-06-28 19:28:22 +02:00
parent 71856c3c24
commit d9a5b72d8c
Signed by: moritz
GPG Key ID: 970C6E89EB0547A9
1 changed files with 2 additions and 1 deletions

View File

@ -15,7 +15,8 @@
services = {
printing = {
enable = true;
drivers = with pkgs; [ epson-escpr2 epson-escpr ];
drivers = with pkgs;
[ stable.epson-escpr2 ]; # HACK to fix broken upstream package
};
avahi = lib.mkIf config.services.printing.enable {
enable = true;