Revert "cups: Rename "browsing" config option to "advertise""
This reverts commit 48e65cec4e
.
This commit is contained in:
parent
2818017347
commit
19dbe42aeb
@ -57,7 +57,7 @@ was accordingly renamed to <literal>bomi</literal>
|
|||||||
<para>
|
<para>
|
||||||
Local printers are no longer shared or advertised by default. This behavior
|
Local printers are no longer shared or advertised by default. This behavior
|
||||||
can be changed by enabling <literal>services.printing.defaultShared</literal>
|
can be changed by enabling <literal>services.printing.defaultShared</literal>
|
||||||
or <literal>services.printing.advertise</literal> respectively.
|
or <literal>services.printing.browsing</literal> respectively.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
|
@ -80,7 +80,7 @@ in
|
|||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
advertise = mkOption {
|
browsing = mkOption {
|
||||||
type = types.bool;
|
type = types.bool;
|
||||||
default = false;
|
default = false;
|
||||||
description = ''
|
description = ''
|
||||||
@ -285,7 +285,7 @@ in
|
|||||||
|
|
||||||
DefaultShared ${if cfg.defaultShared then "Yes" else "No"}
|
DefaultShared ${if cfg.defaultShared then "Yes" else "No"}
|
||||||
|
|
||||||
Browsing ${if cfg.advertise then "Yes" else "No"}
|
Browsing ${if cfg.browsing then "Yes" else "No"}
|
||||||
|
|
||||||
WebInterface ${if cfg.webInterface then "Yes" else "No"}
|
WebInterface ${if cfg.webInterface then "Yes" else "No"}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user