nodeinfo: enable required option nix-bitcoin.operator
This commit is contained in:
parent
27d95fda85
commit
cea69b73d2
1 changed files with 4 additions and 2 deletions
|
|
@ -123,8 +123,10 @@ let
|
||||||
in {
|
in {
|
||||||
inherit options;
|
inherit options;
|
||||||
|
|
||||||
config = {
|
config = mkIf cfg.enable {
|
||||||
environment.systemPackages = optional cfg.enable script;
|
environment.systemPackages = [ script ];
|
||||||
|
|
||||||
|
nix-bitcoin.operator.enable = true;
|
||||||
|
|
||||||
nix-bitcoin.nodeinfo.services = with nodeinfoLib; {
|
nix-bitcoin.nodeinfo.services = with nodeinfoLib; {
|
||||||
bitcoind = mkInfo "";
|
bitcoind = mkInfo "";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue