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:
Erik Arvstedt 2021-02-01 22:53:13 +01:00
parent 4f6ff408ef
commit a942177ecf
No known key found for this signature in database
GPG key ID: 33312B944DD97846
9 changed files with 1 additions and 13 deletions

View file

@ -381,10 +381,7 @@ in {
} // nbLib.allowTor;
};
users.users.${cfg.user} = {
group = cfg.group;
description = "Bitcoin daemon user";
};
users.users.${cfg.user}.group = cfg.group;
users.groups.${cfg.group} = {};
users.groups.bitcoinrpc = {};
nix-bitcoin.operator.groups = [ cfg.group ];