This commit is contained in:
Bryan Ramos 2024-11-07 16:23:53 -05:00
commit 579a564ce5
Signed by: bryan
GPG key ID: 6ABDCD144D6643C8
40 changed files with 95 additions and 467 deletions

View file

@ -13,7 +13,6 @@ let
in
{ options.modules.system.bitcoin = { enable = mkEnableOption "Bitcoin Server"; };
imports = [ ./modules ];
config = mkIf cfg.enable {
#nixpkgs.overlays = [
# (final: prev: {

View file

@ -1,6 +0,0 @@
{
imports = [
./electrum
./clightning
];
}