Remove bitcoin, clightning, electrs, liquid user home directory

This commit is contained in:
nixbitcoin 2020-04-19 14:44:03 +02:00
parent aee39d6549
commit 159f551b93
No known key found for this signature in database
GPG key ID: DD11F9AD5308B3BA
5 changed files with 2 additions and 5 deletions

View file

@ -330,7 +330,6 @@ in {
users.users.${cfg.user} = {
group = cfg.group;
description = "Bitcoin daemon user";
home = cfg.dataDir;
};
users.groups.${cfg.group} = {};
users.groups.bitcoinrpc = {};