Fix printing
This commit is contained in:
parent
e0b8b9ce02
commit
c68bfb81d3
1 changed files with 7 additions and 4 deletions
|
@ -1,8 +1,11 @@
|
|||
{pkgs, ...}: {
|
||||
services.avahi.enable = true;
|
||||
services.avahi = {
|
||||
enable = true;
|
||||
# Important to resolve .local domains of printers, otherwise you get an error
|
||||
# like "Impossible to connect to XXX.local: Name or service not known"
|
||||
services.avahi.nssmdns4 = true;
|
||||
nssmdns4 = true;
|
||||
openFirewall = true;
|
||||
};
|
||||
hardware.sane.enable = true;
|
||||
|
||||
services.printing = {
|
||||
|
|
Loading…
Add table
Reference in a new issue