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-07 22:41:30 +01:00
parent 4f6ff408ef
commit a942177ecf
9 changed files with 1 additions and 13 deletions
-1
View File
@@ -61,7 +61,6 @@ in {
services.clightning.enable = true;
users.users.spark-wallet = {
description = "spark-wallet User";
group = "spark-wallet";
extraGroups = [ "clightning" ];
};