spark-wallet, lightning-charge: specify mainchain network in clightning data dir

This fixes warnings in each service.
This commit is contained in:
Erik Arvstedt
2020-01-09 14:27:46 +01:00
committed by Jonas Nick
parent eaaa6b8701
commit 6fe647ecc4
2 changed files with 3 additions and 3 deletions

View File

@@ -32,9 +32,9 @@ in {
};
ln-path = mkOption {
type = types.path;
default = "/var/lib/clightning";
default = "${config.services.clightning.dataDir}/bitcoin";
description = ''
"The path of the clightning data directory.";
"The path of the clightning network data directory.";
'';
};
onion-service = mkOption {