revised custom-add-on

This commit is contained in:
2025-09-19 10:25:42 -05:00
parent dd9f08a2c0
commit 43d861bd48

View File

@@ -30,7 +30,7 @@ services.bitcoind.package = mkForce config.nix-bitcoin.pkgs.bitcoind;
The code for CLN for BTCpayserver backend is as follows: The code for CLN for BTCpayserver backend is as follows:
```nix ```nix
services.btcpayserver.lightningBackend = mkForce clightning; services.btcpayserver.lightningBackend = mkForce "clightning";
``` ```