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:
@@ -107,7 +107,6 @@ in {
|
||||
|
||||
environment.systemPackages = [ nbPkgs.clightning (hiPrio cfg.cli) ];
|
||||
users.users.${cfg.user} = {
|
||||
description = "clightning User";
|
||||
group = cfg.group;
|
||||
extraGroups = [ "bitcoinrpc" ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user