diff options
Diffstat (limited to 'env/users/default.nix')
| -rw-r--r-- | env/users/default.nix | 5 |
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 = [ ]; |
