Skip to content

Commit

Permalink
Remove bitcoin, clightning, electrs, liquid, lnd user home directory
Browse files Browse the repository at this point in the history
  • Loading branch information
nixbitcoin committed Apr 19, 2020
1 parent faed304 commit 725c28e
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion modules/bitcoind.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {};
Expand Down
1 change: 0 additions & 1 deletion modules/clightning.nix
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ in {
description = "clightning User";
group = "clightning";
extraGroups = [ "bitcoinrpc" ];
home = cfg.dataDir;
};
users.groups.clightning = {};

Expand Down
1 change: 0 additions & 1 deletion modules/electrs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ in {
description = "electrs User";
group = cfg.group;
extraGroups = [ "bitcoinrpc" "bitcoin"];
home = cfg.dataDir;
};
users.groups.${cfg.group} = {};
}
Expand Down
1 change: 0 additions & 1 deletion modules/liquid.nix
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,6 @@ in {
users.users.${cfg.user} = {
group = cfg.group;
description = "Liquid sidechain user";
home = cfg.dataDir;
};
users.groups.${cfg.group} = {};
nix-bitcoin.secrets.liquid-rpcpassword.user = "liquid";
Expand Down
1 change: 0 additions & 1 deletion modules/lnd.nix
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,6 @@ in {
description = "LND User";
group = "lnd";
extraGroups = [ "bitcoinrpc" ];
home = cfg.dataDir;
};
users.groups.lnd = {};
nix-bitcoin.secrets = {
Expand Down

0 comments on commit 725c28e

Please sign in to comment.