mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
nixos/cupsd: use socket-based activation by default
Make socket-based activation the default (services.printing.startWhenNeeded)
This commit is contained in:
parent
28040465be
commit
c068488817
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue