diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2016-05-03 22:05:14 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2016-05-03 22:05:14 +0200 |
commit | 0daf0fdabca49259c303d269c86b328e9a35d152 (patch) | |
tree | 5ef3cb19014d2ff9bdef50485d5d5176719792ab /users | |
parent | c2de66b60663fbb7ca00323e9eaca4f4a8c8c0a8 (diff) | |
download | nixos-0daf0fdabca49259c303d269c86b328e9a35d152.tar nixos-0daf0fdabca49259c303d269c86b328e9a35d152.tar.gz nixos-0daf0fdabca49259c303d269c86b328e9a35d152.tar.bz2 nixos-0daf0fdabca49259c303d269c86b328e9a35d152.tar.xz nixos-0daf0fdabca49259c303d269c86b328e9a35d152.zip |
ineumann on ymir
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 | } | ||