7 lines
93 B
Nix
7 lines
93 B
Nix
{
|
|
services.btcpayserver = {
|
|
enable = true;
|
|
lightningBackend = "clightning";
|
|
};
|
|
}
|