diff options
Diffstat (limited to 'users/sbarth.nix')
-rw-r--r-- | users/sbarth.nix | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/users/sbarth.nix b/users/sbarth.nix new file mode 100644 index 00000000..1b25f3ca --- /dev/null +++ b/users/sbarth.nix | |||
@@ -0,0 +1,9 @@ | |||
1 | { | ||
2 | name = "sbarth"; # lowercase ascii, please | ||
3 | description = "Stephan Barth"; | ||
4 | extraGroups = ["xmpp"]; | ||
5 | group = "users"; | ||
6 | hashedPassword = "$6$rounds=500000$tpWDw03CRHoaZ$5jVtR2A33bg0f94qaBidoF0kP.2gj8f6/3J1NucinvC1.7eMTIo9f3rj8njr3pVtF9V4m/NicmS7mUGgD/7yH."; | ||
7 | isNormalUser = true; | ||
8 | hosts = ["ymir"]; | ||
9 | } | ||