@wynandm I should have updated this post, as I finally did get the printer to be be fully functional, but more or less by accident. I can post the relevant parts of configuration.nix
, but in essence I enable printing, but that’s it: I don’t declare the driver at all (see below). I will post more about this setup, particularly re setting it up in cups
, later today:
services= {
...
printing = {
enable = true;
# drivers = [ pkgs.canon-cups-ufr2 ];
};
...
};
But I think you can get it to work.