updated bitcoin nix file
This commit is contained in:
parent
35c91af826
commit
dd5f708d71
@ -27,27 +27,6 @@
|
|||||||
tor.proxy = true;
|
tor.proxy = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
services.lnd.macaroons.btcpayserver.permissions = lib.mkForce ''
|
|
||||||
{"entity":"address","action":"write"},
|
|
||||||
{"entity":"info","action":"read"},
|
|
||||||
{"entity":"info","action":"write"},
|
|
||||||
{"entity":"invoices","action":"read"},
|
|
||||||
{"entity":"invoices","action":"write"},
|
|
||||||
{"entity":"macaroon","action":"generate"},
|
|
||||||
{"entity":"macaroon","action":"read"},
|
|
||||||
{"entity":"macaroon","action":"write"},
|
|
||||||
{"entity":"message","action":"read"},
|
|
||||||
{"entity":"message","action":"write"},
|
|
||||||
{"entity":"offchain","action":"read"},
|
|
||||||
{"entity":"offchain","action":"write"},
|
|
||||||
{"entity":"onchain","action":"read"},
|
|
||||||
{"entity":"onchain","action":"write"},
|
|
||||||
{"entity":"peers","action":"read"},
|
|
||||||
{"entity":"peers","action":"write"},
|
|
||||||
{"entity":"signer","action":"generate"},
|
|
||||||
{"entity":"signer","action":"read"}
|
|
||||||
'';
|
|
||||||
|
|
||||||
services.lightning-loop = {
|
services.lightning-loop = {
|
||||||
enable = true;
|
enable = true;
|
||||||
tor.enforce = true;
|
tor.enforce = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user