Printing: Difference between revisions
imported>Onny move usage section behind configuration |
imported>Tobias.bora No edit summary |
||
| Line 28: | Line 28: | ||
=== Adding printers === | === Adding printers === | ||
Beside manually adding printers with client tools, it is possible to permanently add printers to your system configuration. The following example configures a network printer called <code>Dell_1250c</code> to your local system, reachable via IPP at <code>http://192.168.178.2:631/printers/Dell_1250c</code> | Beside manually adding printers with client tools, it is possible to permanently add printers to your system configuration (but be aware of [https://github.com/NixOS/nixpkgs/issues/78535 this bug] that sometimes expect the printer to be plugged in your system). The following example configures a network printer called <code>Dell_1250c</code> to your local system, reachable via IPP at <code>http://192.168.178.2:631/printers/Dell_1250c</code> | ||
<syntaxhighlight lang="nix"> | <syntaxhighlight lang="nix"> | ||