diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2015-10-01 20:47:31 +0200 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2015-10-01 20:47:31 +0200 |
| commit | 60c765426b00d69e18a0617fd3d4d3b8837b40d2 (patch) | |
| tree | 80774838cb170a00fb31c4cae561ae89441762a8 | |
| parent | ec9a5f158899b74eb443eec507f6193ec3cf97d9 (diff) | |
| download | nixos-60c765426b00d69e18a0617fd3d4d3b8837b40d2.tar nixos-60c765426b00d69e18a0617fd3d4d3b8837b40d2.tar.gz nixos-60c765426b00d69e18a0617fd3d4d3b8837b40d2.tar.bz2 nixos-60c765426b00d69e18a0617fd3d4d3b8837b40d2.tar.xz nixos-60c765426b00d69e18a0617fd3d4d3b8837b40d2.zip | |
added comment
| -rw-r--r-- | users/xmpp-template.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/users/xmpp-template.nix b/users/xmpp-template.nix index 849bc924..ec3c754d 100644 --- a/users/xmpp-template.nix +++ b/users/xmpp-template.nix | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | { | 1 | { |
| 2 | name = "${firstname[0]}${lastname}"; | 2 | name = "${firstname[0]}${lastname}"; # lowercase ascii, please |
| 3 | description = "Firstname Lastname"; | 3 | description = "Firstname Lastname"; |
| 4 | extraGroups = ["xmpp"]; | 4 | extraGroups = ["xmpp"]; |
| 5 | group = "users"; | 5 | group = "users"; |
