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

@ -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 = {};