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:
    ACK 66b19403a6

Tree-SHA512: ef2e173c42d2b791818fc7378da395b36dec69416334110f2f77bb06318140e08f620e2bd330078f1202f6de0c29b4af07d58de3042eec27a7bd8417ee1e5a51
This commit is contained in:
Jonas Nick 2022-05-05 21:46:12 +00:00
commit 11116243ec
No known key found for this signature in database
GPG Key ID: 4861DBF262123605
1 changed files with 1 additions and 1 deletions

View File

@ -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