Printing: Difference between revisions

imported>Wentasah
Client (Linux): Update system.nssDatabases.hosts value to match the one from current nixpkgs
imported>Ahoneybun
ipp-usb is no longer exists per 22.11
Line 11: Line 11:
   # for a WiFi printer
   # for a WiFi printer
   services.avahi.openFirewall = true;
   services.avahi.openFirewall = true;
  # for an USB printer
  services.ipp-usb.enable = true;
   ...
   ...
}
}