summaryrefslogtreecommitdiff
path: root/users/ineumann.nix
blob: 30caff0e2ccde0eb8ebc0152c5a9a93e95403bf9 (plain)
1
2
3
4
5
6
7
8
{
  name = "ineumann"; # lowercase ascii, please
  description = "Irene Neumann";
  extraGroups = ["mail"];
  group = "users";
  hashedPassword = "$6$rounds=500000$ZcddLLjh9A9nT$Wdciw5g.ZHnTYcRA54LbcDePkxP.jXVgV1hRZUfCvip0noAn7AHgMimCcd570JyBzj.7clacVPsFRQZLYxWy7/";
  isNormalUser = true;
}