nix source: :tangle ~/arroyo-nix/nixos/cups.nix{ pkgs, ... }: { # environment.systemPackages = with pkgs; [ gscan2pdf skanlite gocr ]; services.printing.enable = true; services.printing.drivers = [ pkgs.brlaser ]; hardware.printers.ensurePrinters = [ { name = "brotha"; description = "Brother DCP-L2550DW"; deviceUri = "dnssd://Brother%20DCP-L2550DW%20series._ipp._tcp.local/?uuid=e3248000-80ce-11db-8000-b42200ae9c8e"; location = "tearoom"; model = "everywhere"; } ]; hardware.sane.enable = true; services.saned.enable = true; }
{ pkgs, ... }: { # environment.systemPackages = with pkgs; [ gscan2pdf skanlite gocr ]; services.printing.enable = true; services.printing.drivers = [ pkgs.brlaser ]; hardware.printers.ensurePrinters = [ { name = "brotha"; description = "Brother DCP-L2550DW"; deviceUri = "dnssd://Brother%20DCP-L2550DW%20series._ipp._tcp.local/?uuid=e3248000-80ce-11db-8000-b42200ae9c8e"; location = "tearoom"; model = "everywhere"; } ]; hardware.sane.enable = true; services.saned.enable = true; }
#+ARCOLOGY_ALLOW_CRAWL: t
#+ARCOLOGY_KEY: cce/cups-setup-dcp-l2550dw
#+ARROYO_NIXOS_MODULE: nixos/cups.nix
#+ARROYO_SYSTEM_ROLE: endpoint