another try
This commit is contained in:
parent
4cbeae2999
commit
3b265318a3
|
@ -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} = {};
|
||||
};
|
||||
}
|
||||
};
|
||||
}
|
Loading…
Reference in New Issue
Block a user