diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2017-03-22 15:41:32 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2017-03-22 15:41:32 +0100 |
commit | 21925b0a3f926119c1466ee97c6f8fe8d5451acc (patch) | |
tree | 34084f0dd53108f682887106a413bc529629557a /users/mkleen.nix | |
parent | 8fc7a0b8ac461b45d02ff8bb205e18632e1ece7f (diff) | |
download | nixos-21925b0a3f926119c1466ee97c6f8fe8d5451acc.tar nixos-21925b0a3f926119c1466ee97c6f8fe8d5451acc.tar.gz nixos-21925b0a3f926119c1466ee97c6f8fe8d5451acc.tar.bz2 nixos-21925b0a3f926119c1466ee97c6f8fe8d5451acc.tar.xz nixos-21925b0a3f926119c1466ee97c6f8fe8d5451acc.zip |
Forwarded mail hosting is still mail hosting
Diffstat (limited to 'users/mkleen.nix')
-rw-r--r-- | users/mkleen.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/users/mkleen.nix b/users/mkleen.nix index 7a78f0bc..70b8d6b7 100644 --- a/users/mkleen.nix +++ b/users/mkleen.nix | |||
@@ -1,7 +1,7 @@ | |||
1 | { | 1 | { |
2 | name = "mkleen"; # lowercase ascii, please | 2 | name = "mkleen"; # lowercase ascii, please |
3 | description = "Martin Kleen"; | 3 | description = "Martin Kleen"; |
4 | extraGroups = ["xmpp"]; | 4 | extraGroups = ["mail" "xmpp"]; |
5 | group = "users"; | 5 | group = "users"; |
6 | hashedPassword = "$6$rounds=500000$bBm24zrmoktFD$kGLJA0I9q.jPgLSFej/1aqIyBo/KotXhA0pflByzF5LG/Vw9Vt0yfDvVYEHR6rTplJWYotdYaJXY3b4wnh9n.0"; | 6 | hashedPassword = "$6$rounds=500000$bBm24zrmoktFD$kGLJA0I9q.jPgLSFej/1aqIyBo/KotXhA0pflByzF5LG/Vw9Vt0yfDvVYEHR6rTplJWYotdYaJXY3b4wnh9n.0"; |
7 | isNormalUser = true; | 7 | isNormalUser = true; |