Printing: Difference between revisions

imported>Wentasah
Client (Linux) - sometimes mdns4-only config is needed
imported>Mipmip
m fix missing ;
Line 61: Line 61:
   services.printing.browsing = true;
   services.printing.browsing = true;
   services.printing.listenAddresses = [ "*:631" ]; # Not 100% sure this is needed and you might want to restrict to the local network
   services.printing.listenAddresses = [ "*:631" ]; # Not 100% sure this is needed and you might want to restrict to the local network
   services.printing.allowFrom = [ "all" ] # this gives access to anyone on the interface you might want to limit it see the official documentation
   services.printing.allowFrom = [ "all" ]; # this gives access to anyone on the interface you might want to limit it see the official documentation
   services.printing.defaultShared = true; # If you want
   services.printing.defaultShared = true; # If you want