nanopos: remove package and module

This commit is contained in:
Jonas Nick 2021-01-01 17:37:30 +00:00
parent da674d1ccf
commit 58de79d401
No known key found for this signature in database
GPG key ID: 4861DBF262123605
20 changed files with 4 additions and 2337 deletions

View file

@ -221,10 +221,6 @@ in {
id = 18;
# communicates with clightning over lightning-rpc socket
};
nanopos = {
id = 19;
connections = [ "nginx" "lightning-charge" ];
};
recurring-donations = {
id = 20;
# communicates with clightning over lightning-rpc socket
@ -288,11 +284,6 @@ in {
services.lightning-charge.host = netns.lightning-charge.address;
services.nanopos = {
charged-url = "http://${netns.lightning-charge.address}:9112";
host = netns.nanopos.address;
};
services.lightning-loop.rpcAddress = netns.lightning-loop.address;
services.nbxplorer.bind = netns.nbxplorer.address;