From 8fef7dcbf473e0da17f20289415d41e2711ce7fd Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sat, 5 Aug 2017 23:08:29 +0200 Subject: mtrinh --- users.nix | 1 + users/mtrinh.nix | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 100644 users/mtrinh.nix diff --git a/users.nix b/users.nix index cdfbd51b..deab35a1 100644 --- a/users.nix +++ b/users.nix @@ -17,6 +17,7 @@ let "ineumann" = import ./users/ineumann.nix; "sselle" = import ./users/sselle.nix; "sgoebels" = import ./users/sgoebels.nix; + "mtrinh" = import ./users/mtrinh.nix; }; }; 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 @@ +{ + name = "mtrinh"; # lowercase ascii, please + description = "Mailan Trinh"; + extraGroups = ["xmpp"]; + group = "users"; + hashedPassword = "$6$rounds=500000$vs31Y5YPrwWe/b8$y/CclfM5NTCNq489E2YxKC7xWqPmU88CWg9lSk3XiG40RH6znl.R4Cw0n1XI8ydoABsgFWjkcm4JkCDT9Lj3L/"; + isNormalUser = true; +} -- cgit v1.2.3