mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-23 16:29:42 -04:00
added electrum - electrs module
This commit is contained in:
parent
ca9066bfaa
commit
620b703570
4 changed files with 100 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue