#nixconfiguration — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #nixconfiguration, aggregated by home.social.
-
@wentasah My solution after same and / or similar problems:
use the following in my #configurationdotnix #nixconfiguration
configuration.nix
file:
services.printing.enable = true;
services.printing.drivers = [pkgs.brlaser];with additionally the lines in the image below:
Complete configuration.nix is listed here
https://pastebin.com/SCNv2c3h
see lines 78-158feedback welcome !!
-
After about 4 months running #nixos I had to fix the #printing problems. After many hours fiddling & trying various fixes, the only way I got my #Brother #LAN local #network #printer to work was to use the following in my #configurationdotnix #nixconfiguration
configuration.nix
file:
services.printing.enable = true;
services.printing.drivers = [pkgs.brlaser];with additionally the lines in the image below:
Complete configuration.nix is listed here
https://pastebin.com/SCNv2c3h
see lines 78-158 -
https://www.reddit.com/r/NixOS/comments/ni9u5l/comment/gz3b6fd/
#rebuild #rollback #nixos #nixconfiguration #configurationdotnix
link says configuration.nix is preserved on roll back.