nodeinfo: enable required option nix-bitcoin.operator
This commit is contained in:
parent
27d95fda85
commit
cea69b73d2
|
@ -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