treewide: remove user descriptions
User descriptions are stored in the `comment` field in /etc/passwd. In our case, these are completely redundant and don't add any useful information.
This commit is contained in:
parent
4f6ff408ef
commit
a942177ecf
9 changed files with 1 additions and 13 deletions
|
|
@ -271,7 +271,6 @@ in {
|
|||
};
|
||||
|
||||
users.users.lnd = {
|
||||
description = "LND User";
|
||||
group = "lnd";
|
||||
extraGroups = [ "bitcoinrpc" ];
|
||||
home = cfg.dataDir; # lnd creates .lnd dir in HOME
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue