remove hplip

This commit is contained in:
Chris Cochrun 2024-06-21 12:40:05 -05:00
parent e2ec5a99ab
commit d7e957646b

View file

@ -188,7 +188,7 @@ with lib;
# Enable CUPS to print documents.
services.printing.enable = true;
services.printing.drivers = [ pkgs.gutenprint pkgs.gutenprintBin pkgs.hplipWithPlugin ];
services.printing.drivers = [ pkgs.gutenprint pkgs.gutenprintBin ];
services.usbmuxd.enable = true;
services.fstrim.enable = true;