Nixos/Bundesdruckgerät
How To
To get the printer to work on a NixOS machine via CUPS the .ppd and other driver files need to be installed from UTAX's website. There is currently no NixOS package available in nixpkgs to automate the installation, meaning the files will need to be manually copied to your system into their needed directories.
Once the drivers and .ppd have been installed the printer can be added either via it's hostname or IP to your CUPS server with the ipp:// protocol and at port 631. (the full uri will then look something like this: ipp://10.42.42.200:632/ipp).
After these steps the printer should be reachable from your computer. Kategorie:HowTo