mirror of
https://github.com/fort-nix/nix-bitcoin.git
synced 2024-11-23 14:56:43 +03:00
clboss: fix clboss being enabled by default
This commit is contained in:
parent
41979320cd
commit
66b19403a6
@ -6,7 +6,7 @@ let cfg = config.services.clightning.plugins.clboss; in
|
|||||||
options.services.clightning.plugins.clboss = {
|
options.services.clightning.plugins.clboss = {
|
||||||
enable = mkOption {
|
enable = mkOption {
|
||||||
type = types.bool;
|
type = types.bool;
|
||||||
default = true;
|
default = false;
|
||||||
description = ''
|
description = ''
|
||||||
Whether to enable CLBOSS (clightning plugin).
|
Whether to enable CLBOSS (clightning plugin).
|
||||||
See also: https://github.com/ZmnSCPxj/clboss#operating
|
See also: https://github.com/ZmnSCPxj/clboss#operating
|
||||||
|
Loading…
Reference in New Issue
Block a user