Remove bitcoinrpc group remnants

This commit is contained in:
nixbitcoin
2020-05-19 11:13:22 +00:00
parent 563b210835
commit 95d230d1d6
2 changed files with 0 additions and 3 deletions
-1
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 = {};