diff options
Diffstat (limited to 'users/mherold.nix')
-rw-r--r-- | users/mherold.nix | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/users/mherold.nix b/users/mherold.nix new file mode 100644 index 00000000..54b11aab --- /dev/null +++ b/users/mherold.nix | |||
@@ -0,0 +1,9 @@ | |||
1 | { userName, ... }: | ||
2 | { | ||
3 | users.users.${userName} = { | ||
4 | description = "Magdalena Kleen"; | ||
5 | extraGroups = ["xmpp" "mail"]; | ||
6 | hashedPassword = "$6$rounds=500000$y5qNae9r/U/7$HbSrmPcrPl9OQvRFMeo8PDYar32Y1i/C1R5di82rN4PPQZYxg/W.anHSI5Xws6fOQmDtvGsT0lCe4NFNxuTF41"; | ||
7 | isNormalUser = true; | ||
8 | }; | ||
9 | } | ||