mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-06-07 05:19:22 +02:00
add printer
This commit is contained in:
parent
f74512b261
commit
5cf5f94e57
2 changed files with 3 additions and 2 deletions
|
@ -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;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue