tohru, kilgharrah: add HP printer drivers

This commit is contained in:
Katherina Walshe-Grey 2024-11-18 07:13:54 +00:00
parent fa6465e563
commit c5472892d8
2 changed files with 4 additions and 0 deletions

View file

@ -4,5 +4,7 @@
hardware.enableAllFirmware = true;
hardware.cpu.intel.updateMicrocode = true;
services.fwupd.enable = true;
services.printing.drivers = [ pkgs.hplip ];
}