summaryrefslogtreecommitdiff
path: root/env
diff options
context:
space:
mode:
Diffstat (limited to 'env')
-rw-r--r--env/users/default.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/env/users/default.nix b/env/users/default.nix
index f490d9a..2eaf891 100644
--- a/env/users/default.nix
+++ b/env/users/default.nix
@@ -17,6 +17,11 @@ with lib; {
type = int;
};
+ gecos = mkOption {
+ type = str;
+ default = "";
+ };
+
groups = mkOption {
type = listOf str;
default = [ ];