diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2020-04-20 12:13:39 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2020-04-20 12:13:39 +0200 |
commit | 8a1a12bc23edfaae110844e8e19af11ef59285ef (patch) | |
tree | 9ef23e64c53f9b53cd0aa8688872d79a9f50b85b /users | |
parent | 2fe5f7ecd653a491fb8cc0a3910edce2be63e810 (diff) | |
download | nixos-8a1a12bc23edfaae110844e8e19af11ef59285ef.tar nixos-8a1a12bc23edfaae110844e8e19af11ef59285ef.tar.gz nixos-8a1a12bc23edfaae110844e8e19af11ef59285ef.tar.bz2 nixos-8a1a12bc23edfaae110844e8e19af11ef59285ef.tar.xz nixos-8a1a12bc23edfaae110844e8e19af11ef59285ef.zip |
sbarth on ymir
Diffstat (limited to 'users')
-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 | } | ||