Create btcpayserver.nix

This commit is contained in:
Bitcoin Txoko
2024-07-21 12:33:12 +02:00
committed by GitHub
parent f329880a0b
commit 270dc95b48
+6
View File
@@ -0,0 +1,6 @@
{
services.btcpayserver = {
enable = true;
lightningBackend = "clightning";
};
}