feat(print) : add avahi for printing
This commit is contained in:
parent
0adab73e22
commit
64aa9ba91e
1 changed files with 5 additions and 0 deletions
|
@ -42,6 +42,11 @@ in
|
|||
};
|
||||
printing.enable = true; # Enable CUPS to print documents.
|
||||
printing.drivers = [ pkgs.brlaser ];
|
||||
avahi = {
|
||||
enable = true;
|
||||
nssmdns = true;
|
||||
openFirewall = true;
|
||||
};
|
||||
|
||||
xserver = {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in a new issue