home.social

#nixconfiguration — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #nixconfiguration, aggregated by home.social.

  1. @wentasah My solution after same and / or similar problems:
    use the following in my
    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
    pastebin.com/SCNv2c3h
    see lines 78-158

    feedback welcome !!

  2. After about 4 months running I had to fix the problems. After many hours fiddling & trying various fixes, the only way I got my local to work was to use the following in my
    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
    pastebin.com/SCNv2c3h
    see lines 78-158