clboss: fix clboss being enabled by default

This commit is contained in:
Erik Arvstedt 2022-05-05 16:58:16 +02:00
parent 41979320cd
commit 66b19403a6
No known key found for this signature in database
GPG Key ID: 33312B944DD97846
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