From dd5f708d71e4dfd0052826988a3ea7e6a18acada Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Mon, 19 Feb 2024 09:44:46 -0800 Subject: [PATCH] updated bitcoin nix file --- modules/bitcoinecosystem.nix | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/modules/bitcoinecosystem.nix b/modules/bitcoinecosystem.nix index f01fca0..ec07e19 100755 --- a/modules/bitcoinecosystem.nix +++ b/modules/bitcoinecosystem.nix @@ -27,27 +27,6 @@ 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 = { enable = true; tor.enforce = true;