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:
@@ -82,7 +82,6 @@ in {
|
||||
services.clightning.enable = true;
|
||||
|
||||
users.users.recurring-donations = {
|
||||
description = "recurring-donations User";
|
||||
group = "recurring-donations";
|
||||
extraGroups = [ "clightning" ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user