diff options
Diffstat (limited to 'users/mkleen.nix')
-rw-r--r-- | users/mkleen.nix | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/users/mkleen.nix b/users/mkleen.nix new file mode 100644 index 00000000..09e1e618 --- /dev/null +++ b/users/mkleen.nix | |||
@@ -0,0 +1,9 @@ | |||
1 | { userName, ... }: | ||
2 | { | ||
3 | users.users.${userName} = { | ||
4 | description = "Martin Kleen"; | ||
5 | extraGroups = ["xmpp"]; | ||
6 | hashedPassword = "$6$rounds=500000$bBm24zrmoktFD$kGLJA0I9q.jPgLSFej/1aqIyBo/KotXhA0pflByzF5LG/Vw9Vt0yfDvVYEHR6rTplJWYotdYaJXY3b4wnh9n.0"; | ||
7 | isNormalUser = true; | ||
8 | }; | ||
9 | } | ||