diff options
author | Luca Lovisa <llovisa@void.li> | 2015-10-01 18:35:02 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2015-10-01 18:51:40 +0200 |
commit | 672bdaa16288c9b84b8e3490bf7be4fdc5685963 (patch) | |
tree | 48e9dbb65419a358ce16ee6dc4bb82696902ed5d /users | |
parent | 2bd5237792869ca7a1726b6ff3abcec3d94a7b92 (diff) | |
download | nixos-672bdaa16288c9b84b8e3490bf7be4fdc5685963.tar nixos-672bdaa16288c9b84b8e3490bf7be4fdc5685963.tar.gz nixos-672bdaa16288c9b84b8e3490bf7be4fdc5685963.tar.bz2 nixos-672bdaa16288c9b84b8e3490bf7be4fdc5685963.tar.xz nixos-672bdaa16288c9b84b8e3490bf7be4fdc5685963.zip |
Add llovisa
Signed-off-by: Gregor Kleen <gkleen@yggdrasil.li>
Diffstat (limited to 'users')
-rw-r--r-- | users/llovisa.nix | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/users/llovisa.nix b/users/llovisa.nix new file mode 100644 index 00000000..04cd7c0f --- /dev/null +++ b/users/llovisa.nix | |||
@@ -0,0 +1,7 @@ | |||
1 | { | ||
2 | name = "llovisa"; | ||
3 | description = "Luca Lovisa"; | ||
4 | extraGroups = ["xmpp"]; | ||
5 | group = "users"; | ||
6 | hashedPassword = "$6$rounds=500000$ahydieatcH$MN9WtcyhNmVQ/r4aBv9MqGDSLM4QynFpsg4tvEjzaWTj7YJ3oYcU7JdYeYcSJgfy6qPsVzC81Pm2SR.rs7Jlo0"; | ||
7 | } | ||