summaryrefslogtreecommitdiff
path: root/users/xmpp-template.nix
diff options
context:
space:
mode:
Diffstat (limited to 'users/xmpp-template.nix')
-rw-r--r--users/xmpp-template.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/users/xmpp-template.nix b/users/xmpp-template.nix
index ac127b35..849bc924 100644
--- a/users/xmpp-template.nix
+++ b/users/xmpp-template.nix
@@ -3,5 +3,5 @@
3 description = "Firstname Lastname"; 3 description = "Firstname Lastname";
4 extraGroups = ["xmpp"]; 4 extraGroups = ["xmpp"];
5 group = "users"; 5 group = "users";
6 hashedPassword = "$(pwgen | mkpasswd -m sha-512 -R 500000)"; 6 hashedPassword = "$(pwgen -s 32 1 | tee /dev/stderr | mkpasswd -s -m sha-512 -R 500000)";
7} 7}