nixos/cupsd: use socket-based activation by default

Make socket-based activation the
default (services.printing.startWhenNeeded)
This commit is contained in:
Matthew Bauer 2019-08-09 13:59:47 -04:00
parent 28040465be
commit c068488817

View File

@ -127,7 +127,7 @@ in
startWhenNeeded = mkOption {
type = types.bool;
default = false;
default = true;
description = ''
If set, CUPS is socket-activated; that is,
instead of having it permanently running as a daemon,