Printing: Difference between revisions
imported>Onny Further cleanup |
imported>Onny mNo edit summary |
||
| Line 94: | Line 94: | ||
=== Printer sharing === | === Printer sharing === | ||
Enable network sharing of the default local printer. Note that <code>listenAddresses = [ "*:631" ];</code> and <code>allowFrom = [ "all" ];</code> will enable anonymous access to your printer on all interfaces, you might want to restrict this. | Enable network sharing of the default local printer, also known as "AirPrinting". Note that <code>listenAddresses = [ "*:631" ];</code> and <code>allowFrom = [ "all" ];</code> will enable anonymous access to your printer on all interfaces, you might want to restrict this. | ||
<syntaxhighlight lang="nix"> | <syntaxhighlight lang="nix"> | ||