{ userName, ... }:
{
  users.users.${userName} = {
   description = "vkleen";
   extraGroups = ["xmpp"];
   hashedPassword = "$6$rounds=500000$wOgtkxOshMT$3wT9nRqSCZRr9MkZcDQjMM3YbAekqCxEF0TwYcmjLqUk8Z44jeWQS96H/r3SKCfKWWcIWcQNp/dAxQ/QlcKAv.";
   isNormalUser = true;
  };
}