Brother HL-2130 series driver installation

Hello everyone,
I’m really new on NixOS and I’m now trying to install the driver for the printer Brother HL-2130 series. This is the download page that I would have used in other linux distro to install it manually, but I really dont know how to proceed in NixOS systems.

I tried adding

  services.printing = {
      enable = true;
      drivers = [ pkgs.brlaser ];
  };

in my configuration.nix, but it doesn’t solve the problem: conecting the printer, no driver can be found.
What should i try?
Thanks in advance.

1 Like

Unfortunately my printer doesn’t support IPP. :frowning_face: