Incorproate PR comments, correct erroneous description in clightning module, add electrs module, add electrs package, add electrs to nix-bitcoin.nix, add electrs to modules/nix-bitcoin.nix
This commit is contained in:
parent
bb07fa9589
commit
9ada1d32f3
5 changed files with 111 additions and 2 deletions
|
|
@ -34,7 +34,7 @@ in {
|
|||
dataDir = mkOption {
|
||||
type = types.path;
|
||||
default = "/var/lib/clightning";
|
||||
description = "The data directory for bitcoind.";
|
||||
description = "The data directory for clightning.";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue