summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--users.nix1
-rw-r--r--users/mtrinh.nix8
2 files changed, 9 insertions, 0 deletions
diff --git a/users.nix b/users.nix
index cdfbd51b..deab35a1 100644
--- a/users.nix
+++ b/users.nix
@@ -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}