nodeinfo: enable required option nix-bitcoin.operator
This commit is contained in:
parent
52810e6c88
commit
0daf52bd3f
@ -123,8 +123,10 @@ let
|
||||
in {
|
||||
inherit options;
|
||||
|
||||
config = {
|
||||
environment.systemPackages = optional cfg.enable script;
|
||||
config = mkIf cfg.enable {
|
||||
environment.systemPackages = [ script ];
|
||||
|
||||
nix-bitcoin.operator.enable = true;
|
||||
|
||||
nix-bitcoin.nodeinfo.services = with nodeinfoLib; {
|
||||
bitcoind = mkInfo "";
|
||||
|
Loading…
Reference in New Issue
Block a user