Merge branch 'lightning'

This commit is contained in:
Bryan Ramos 2025-07-05 20:08:55 -04:00
commit ec4753b737
Signed by: bryan
GPG key ID: 6ABDCD144D6643C8
7 changed files with 155 additions and 25 deletions

View file

@ -11,6 +11,10 @@
bitcoin = {
enable = true;
electrum.enable = true;
clightning = {
enable = true;
rest.enable = true;
};
};
};
};

View file

@ -1,5 +1,9 @@
{
imports = [
<<<<<<<< HEAD:src/system/machines/wsl/modules/home-manager/default.nix
./home.nix
========
./c-lightning-REST
>>>>>>>> lightning:src/system/modules/bitcoin/modules/clightning/plugins/default.nix
];
}