another try

This commit is contained in:
Mike Heier 2023-08-12 07:55:35 -04:00
parent 4cbeae2999
commit 3b265318a3

View File

@ -46,7 +46,7 @@ let
nbLib = config.nix-bitcoin.lib;
secretsDir = config.nix-bitcoin.secretsDir;
bitcoind = config.services.bitcoind;
in {
in { blockstream-electrs = {
inherit options;
config = mkIf cfg.enable {
@ -103,4 +103,5 @@ in {
};
users.groups.${cfg.group} = {};
};
}
};
}