lnd: add netns cli script

This commit is contained in:
nixbitcoin
2020-07-21 09:38:37 +00:00
parent c55296433d
commit 4b8ca52647
2 changed files with 6 additions and 1 deletions
-1
View File
@@ -107,7 +107,6 @@ in {
description = "The package providing lnd binaries.";
};
cli = mkOption {
readOnly = true;
default = pkgs.writeScriptBin "lncli"
# Switch user because lnd makes datadir contents readable by user only
''