Merge fort-nix/nix-bitcoin#479: clboss: fix clboss being enabled by default
66b19403a6
clboss: fix clboss being enabled by default (Erik Arvstedt) Pull request description: ACKs for top commit: jonasnick: ACK66b19403a6
Tree-SHA512: ef2e173c42d2b791818fc7378da395b36dec69416334110f2f77bb06318140e08f620e2bd330078f1202f6de0c29b4af07d58de3042eec27a7bd8417ee1e5a51
This commit is contained in:
commit
11116243ec
|
@ -6,7 +6,7 @@ let cfg = config.services.clightning.plugins.clboss; in
|
|||
options.services.clightning.plugins.clboss = {
|
||||
enable = mkOption {
|
||||
type = types.bool;
|
||||
default = true;
|
||||
default = false;
|
||||
description = ''
|
||||
Whether to enable CLBOSS (clightning plugin).
|
||||
See also: https://github.com/ZmnSCPxj/clboss#operating
|
||||
|
|
Loading…
Reference in New Issue
Block a user