printing: add hplip

This commit is contained in:
Sijmen 2022-08-12 13:12:16 +02:00
parent 094b98a94d
commit e6813339e2
Signed by: vijfhoek
GPG Key ID: DAF7821E067D9C48
1 changed files with 5 additions and 1 deletions

View File

@ -31,10 +31,14 @@
services = { services = {
pipewire.enable = true; pipewire.enable = true;
printing.enable = true;
gvfs.enable = true; gvfs.enable = true;
usbmuxd.enable = true; usbmuxd.enable = true;
printing = {
enable = true;
drivers = with pkgs; [ hplip ];
};
openssh = { openssh = {
enable = true; enable = true;
passwordAuthentication = false; passwordAuthentication = false;