{ name = "${firstname[0]}${lastname}"; # lowercase ascii, please description = "Firstname Lastname"; extraGroups = ["xmpp"]; group = "users"; hashedPassword = "$(pwgen -s 32 1 | tee /dev/stderr | mkpasswd -s -m sha-512 -R 500000)"; isNormalUser = true; hosts = ["ymir"]; }