nix-community / home-manager

Manage a user environment using Nix [maintainer=@rycee]
https://nix-community.github.io/home-manager/
MIT License
7.14k stars 1.85k forks source link

Service request: services.bitcoind similar to services.bitcoind in NixOS #6088

Open msgilligan opened 1 week ago

msgilligan commented 1 week ago

Description

It would be nice to be able to install a bitcoind service via Home Manager. The NixOS services.bitcoind allows configuration of multiple instances via services.bitcoind.<name>.* This would allow running bitcoind on (for example) both mainnet, testnet and signet.

One important use case for this is Bitcoin software development (especially on non-NixOS systems.)

See: NixOS options for bitcoind