Printing: Difference between revisions

imported>Joepie91
No edit summary
imported>Joepie91
mNo edit summary
Line 12: Line 12:
* HP: <code>pkgs.hplip</code> or <code>pkgs.hplipWithPlugin</code> depending on your [http://hplipopensource.com/hplip-web/supported_devices/index.html exact model]: Find your model and "continue". Then search for "Driver plug-in" in the page.
* HP: <code>pkgs.hplip</code> or <code>pkgs.hplipWithPlugin</code> depending on your [http://hplipopensource.com/hplip-web/supported_devices/index.html exact model]: Find your model and "continue". Then search for "Driver plug-in" in the page.


Then <code>nixos-rebuild switch</code>. This install and starts CUPS.
Then <code>nixos-rebuild switch</code>. This installs and starts CUPS.


Go to http://localhost:631 to add the printer. Note that you need to authenticate as root (or yourself if you have sudo access) when you add the printer. Search the web for eg. "cups add printer" for further help.
Go to http://localhost:631 to add the printer. Note that you need to authenticate as root (or yourself if you have sudo access) when you add the printer. Search the web for eg. "cups add printer" for further help.