diff options
Diffstat (limited to 'users')
-rw-r--r-- | users/ineumann.nix | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/users/ineumann.nix b/users/ineumann.nix new file mode 100644 index 00000000..30caff0e --- /dev/null +++ b/users/ineumann.nix | |||
@@ -0,0 +1,8 @@ | |||
1 | { | ||
2 | name = "ineumann"; # lowercase ascii, please | ||
3 | description = "Irene Neumann"; | ||
4 | extraGroups = ["mail"]; | ||
5 | group = "users"; | ||
6 | hashedPassword = "$6$rounds=500000$ZcddLLjh9A9nT$Wdciw5g.ZHnTYcRA54LbcDePkxP.jXVgV1hRZUfCvip0noAn7AHgMimCcd570JyBzj.7clacVPsFRQZLYxWy7/"; | ||
7 | isNormalUser = true; | ||
8 | } | ||