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

@ -25,5 +25,7 @@
# persistencedSha256 = "sha256-d0Q3Lk80JqkS1B54Mahu2yY/WocOqFFbZVBh+ToGhaE=";
# patches = [ rcu_patch ];
# };
services.printing.drivers = [ pkgs.hplip ];
}

View file

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