🧹 fix epson-escpr2 hack

This commit is contained in:
Moritz Böhme 2022-07-30 16:37:57 +02:00
parent c0daaa3b8b
commit 976cea3e8c
Signed by: moritz
GPG key ID: 970C6E89EB0547A9

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;