summaryrefslogtreecommitdiff
path: root/users/vkleen.nix
diff options
context:
space:
mode:
Diffstat (limited to 'users/vkleen.nix')
-rw-r--r--users/vkleen.nix9
1 files changed, 9 insertions, 0 deletions
diff --git a/users/vkleen.nix b/users/vkleen.nix
new file mode 100644
index 00000000..e9717816
--- /dev/null
+++ b/users/vkleen.nix
@@ -0,0 +1,9 @@
1{ userName, ... }:
2{
3 users.users.${userName} = {
4 description = "vkleen";
5 extraGroups = ["xmpp"];
6 hashedPassword = "$6$rounds=500000$wOgtkxOshMT$3wT9nRqSCZRr9MkZcDQjMM3YbAekqCxEF0TwYcmjLqUk8Z44jeWQS96H/r3SKCfKWWcIWcQNp/dAxQ/QlcKAv.";
7 isNormalUser = true;
8 };
9}