🧹 fix epson-escpr2 hack
This commit is contained in:
parent
c0daaa3b8b
commit
976cea3e8c
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue