Scanners: Difference between revisions
Clean.lock (talk | contribs) Add example for network-attached epkowa scanner |
m The option 'services.avahi.nssmdns' has been renamed to 'services.avahi.nssmdns4' and 'services.avahi.nssmdns6'. |
||
| Line 165: | Line 165: | ||
<syntaxhighlight lang="nix">{ | <syntaxhighlight lang="nix">{ | ||
... | ... | ||
services.avahi | services.avahi = { | ||
enable = true; | |||
nssmdns4 = true; # for IPv4 | |||
# nssmdns6 = true; # for IPv6 | |||
}; | |||
... | ... | ||
}</syntaxhighlight> | }</syntaxhighlight> | ||