Remove bitcoinrpc group remnants

This commit is contained in:
nixbitcoin 2020-05-03 14:25:29 +02:00
parent 563b210835
commit 95d230d1d6
No known key found for this signature in database
GPG key ID: DD11F9AD5308B3BA
2 changed files with 0 additions and 3 deletions

View file

@ -332,11 +332,9 @@ in {
description = "Bitcoin daemon user";
};
users.groups.${cfg.group} = {};
users.groups.bitcoinrpc = {};
nix-bitcoin.secrets.bitcoin-rpcpassword = {
user = "bitcoin";
group = "bitcoinrpc";
};
};
}