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";
};
};
}

View File

@ -155,7 +155,6 @@ in {
users.users.lnd = {
description = "LND User";
group = "lnd";
extraGroups = [ "bitcoinrpc" ];
home = cfg.dataDir; # lnd creates .lnd dir in HOME
};
users.groups.lnd = {};