summaryrefslogtreecommitdiff
path: root/users/sbarth.nix
blob: 1b25f3ca5b800f0b1ae6cc0aceb3b2a9d474954b (plain)
1
2
3
4
5
6
7
8
9
{
  name = "sbarth"; # lowercase ascii, please
  description = "Stephan Barth";
  extraGroups = ["xmpp"];
  group = "users";
  hashedPassword = "$6$rounds=500000$tpWDw03CRHoaZ$5jVtR2A33bg0f94qaBidoF0kP.2gj8f6/3J1NucinvC1.7eMTIo9f3rj8njr3pVtF9V4m/NicmS7mUGgD/7yH.";
  isNormalUser = true;
  hosts = ["ymir"];
}