diff options
Diffstat (limited to 'users/mkleen.nix')
-rw-r--r-- | users/mkleen.nix | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/users/mkleen.nix b/users/mkleen.nix new file mode 100644 index 00000000..52ee9165 --- /dev/null +++ b/users/mkleen.nix | |||
@@ -0,0 +1,7 @@ | |||
1 | { | ||
2 | name = "mkleen"; # lowercase ascii, please | ||
3 | description = "Martin Kleen"; | ||
4 | extraGroups = ["xmpp"]; | ||
5 | group = "users"; | ||
6 | hashedPassword = "$6$rounds=500000$ySWDkpwfqBDt$A0i/jnJDj75kfJJ/KHppe/Aqbk5IPBG2Z0gDkGaBwP9rAEfQZIUvQeyhi1GOxgxcJWDOu77ULiacih0Md/F8H1"; | ||
7 | } | ||