diff options
-rw-r--r-- | users.nix | 1 | ||||
-rw-r--r-- | users/mtrinh.nix | 8 |
2 files changed, 9 insertions, 0 deletions
@@ -17,6 +17,7 @@ let | |||
17 | "ineumann" = import ./users/ineumann.nix; | 17 | "ineumann" = import ./users/ineumann.nix; |
18 | "sselle" = import ./users/sselle.nix; | 18 | "sselle" = import ./users/sselle.nix; |
19 | "sgoebels" = import ./users/sgoebels.nix; | 19 | "sgoebels" = import ./users/sgoebels.nix; |
20 | "mtrinh" = import ./users/mtrinh.nix; | ||
20 | }; | 21 | }; |
21 | }; | 22 | }; |
22 | host = config.networking.hostName; | 23 | host = config.networking.hostName; |
diff --git a/users/mtrinh.nix b/users/mtrinh.nix new file mode 100644 index 00000000..f5c2ab63 --- /dev/null +++ b/users/mtrinh.nix | |||
@@ -0,0 +1,8 @@ | |||
1 | { | ||
2 | name = "mtrinh"; # lowercase ascii, please | ||
3 | description = "Mailan Trinh"; | ||
4 | extraGroups = ["xmpp"]; | ||
5 | group = "users"; | ||
6 | hashedPassword = "$6$rounds=500000$vs31Y5YPrwWe/b8$y/CclfM5NTCNq489E2YxKC7xWqPmU88CWg9lSk3XiG40RH6znl.R4Cw0n1XI8ydoABsgFWjkcm4JkCDT9Lj3L/"; | ||
7 | isNormalUser = true; | ||
8 | } | ||