add printer

This commit is contained in:
jopejoe1 2024-12-02 19:20:49 +01:00
parent f74512b261
commit 5cf5f94e57
2 changed files with 3 additions and 2 deletions

View file

@ -17,7 +17,7 @@ in
services.printing = {
enable = true;
webInterface = true;
drivers = with pkgs; [ ];
drivers = with pkgs; [ hplip ];
};
hardware = {
@ -30,6 +30,7 @@ in
services.avahi = {
enable = true;
nssmdns4 = true;
nssmdns6 = true;
openFirewall = true;
};
};