printing: add hplip
This commit is contained in:
parent
094b98a94d
commit
e6813339e2
|
@ -31,10 +31,14 @@
|
|||
|
||||
services = {
|
||||
pipewire.enable = true;
|
||||
printing.enable = true;
|
||||
gvfs.enable = true;
|
||||
usbmuxd.enable = true;
|
||||
|
||||
printing = {
|
||||
enable = true;
|
||||
drivers = with pkgs; [ hplip ];
|
||||
};
|
||||
|
||||
openssh = {
|
||||
enable = true;
|
||||
passwordAuthentication = false;
|
||||
|
|
Loading…
Reference in New Issue