🧹 fix epson-escpr2 hack

dev-docs
Moritz Böhme 2022-07-30 16:37:57 +02:00
parent c0daaa3b8b
commit 976cea3e8c
Signed by: moritz
GPG Key ID: 970C6E89EB0547A9
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ in
services = {
printing = {
enable = true;
drivers = with pkgs; [ stable.epson-escpr2 ]; # HACK to fix broken upstream package
drivers = with pkgs; [ epson-escpr2 ];
};
avahi = {
enable = true;