tohru, kilgharrah: add HP printer drivers
This commit is contained in:
parent
fa6465e563
commit
c5472892d8
|
@ -25,5 +25,7 @@
|
|||
# persistencedSha256 = "sha256-d0Q3Lk80JqkS1B54Mahu2yY/WocOqFFbZVBh+ToGhaE=";
|
||||
# patches = [ rcu_patch ];
|
||||
# };
|
||||
|
||||
services.printing.drivers = [ pkgs.hplip ];
|
||||
}
|
||||
|
||||
|
|
|
@ -4,5 +4,7 @@
|
|||
hardware.enableAllFirmware = true;
|
||||
hardware.cpu.intel.updateMicrocode = true;
|
||||
services.fwupd.enable = true;
|
||||
|
||||
services.printing.drivers = [ pkgs.hplip ];
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue