added electrum - electrs module

This commit is contained in:
Bryan Ramos 2024-05-14 23:38:22 -04:00
parent ca9066bfaa
commit 620b703570
Signed by: bryan
GPG key ID: 6ABDCD144D6643C8
4 changed files with 100 additions and 0 deletions

View file

@ -11,6 +11,7 @@ let
in
{ options.modules.system.bitcoin = { enable = mkEnableOption "system.bitcoin"; };
config = mkIf cfg.enable {
imports = [ ./modules ];
nixpkgs.overlays = [
(final: prev: {
bitcoind = prev.bitcoind.overrideAttrs (old: rec {