lnd: add netns cli script

This commit is contained in:
nixbitcoin 2020-06-18 10:19:04 +00:00
parent c55296433d
commit 4b8ca52647
No known key found for this signature in database
GPG key ID: DD11F9AD5308B3BA
2 changed files with 6 additions and 1 deletions

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