bitcoind: rename group bitcoinrpc -> bitcoinrpc-public

This makes it clear that services with this group can only use
public RPC calls.
This commit is contained in:
nixbitcoin
2021-02-18 10:42:21 +00:00
parent 19e401b028
commit 4e9059dc07
6 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -212,7 +212,7 @@ in {
users.users.${cfg.nbxplorer.user} = {
group = cfg.nbxplorer.group;
extraGroups = [ "bitcoinrpc" ];
extraGroups = [ "bitcoinrpc-public" ];
home = cfg.nbxplorer.dataDir;
};
users.groups.${cfg.nbxplorer.group} = {};