From c4d4cce6579fb5790e974161d664bac061aeef98 Mon Sep 17 00:00:00 2001 From: Farid Zakaria Date: Thu, 30 May 2024 16:38:05 -0700 Subject: feat(ops/users): Add fmzakari to users Change-Id: I6e5d0b56e932427e6285556106fba277e05a26cd Reviewed-on: https://cl.tvl.fyi/c/depot/+/11785 Reviewed-by: lukegb Tested-by: BuildkiteCI Autosubmit: tazjin Reviewed-by: tazjin --- ops/users/default.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ops') diff --git a/ops/users/default.nix b/ops/users/default.nix index f9d277ab2c08..5c571a275e60 100644 --- a/ops/users/default.nix +++ b/ops/users/default.nix @@ -244,4 +244,9 @@ email = "benjaminedwardwebb@gmail.com"; password = "{ARGON2}$argon2id$v=19$m=19456,t=2,p=1$kdFNmxgIGsF8TkB/GoPy1A$GUXd3M35Jqxqlfra4gPCcFW3ehE0RVrlHOzaoD7Pu7s"; } + { + username = "fmzakari"; + email = "farid.m.zakaria@gmail.com"; + password = "{ARGON2}$argon2id$v=19$m=19456,t=2,p=1$NzSX6x2+mApMvhNrvVIWaQ$/GUwbj+6GUyJL8XSgxTThc3TmVTM4WLQ+6KMC4NwovE"; + } ] -- cgit 1.4.1