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:
@@ -248,7 +248,6 @@ in {
|
||||
users.users.${cfg.user} = {
|
||||
group = cfg.group;
|
||||
extraGroups = [ "bitcoinrpc" ];
|
||||
description = "Liquid sidechain user";
|
||||
};
|
||||
users.groups.${cfg.group} = {};
|
||||
nix-bitcoin.operator.groups = [ cfg.group ];
|
||||
|
||||
Reference in New Issue
Block a user