diff options
Diffstat (limited to 'users/some.nix')
-rw-r--r-- | users/some.nix | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/users/some.nix b/users/some.nix new file mode 100644 index 00000000..505b3abd --- /dev/null +++ b/users/some.nix | |||
@@ -0,0 +1,8 @@ | |||
1 | { | ||
2 | name = "some"; | ||
3 | description = "SomeNights"; | ||
4 | extraGroups = ["xmpp" "mail"]; | ||
5 | group = "users"; | ||
6 | hashedPassword = "$6$rounds=500000$ZOKcPFUxFCCxbS$PSjgCpHs5GfmmusjTVEBY89NFS.hvY21.iuscfiXW8R.B2UW6ScyrIWWWPJkL4ZfI.6pKwXuf01gxazmDjy251"; | ||
7 | isNormalUser = true; | ||
8 | } | ||