From b08379096f51f746276ef8810ef18c14a12d6e84 Mon Sep 17 00:00:00 2001 From: toastal Date: Wed, 12 Jun 2024 14:53:08 +0000 Subject: feat(ops/users): Add toastal to users Change-Id: Ie25e2f1f0b7557be01b6f78142f1a40952988e53 Reviewed-on: https://cl.tvl.fyi/c/depot/+/11792 Autosubmit: tazjin Reviewed-by: tazjin Tested-by: BuildkiteCI --- 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 5c571a275e60..cd1ca4fc2790 100644 --- a/ops/users/default.nix +++ b/ops/users/default.nix @@ -249,4 +249,9 @@ email = "farid.m.zakaria@gmail.com"; password = "{ARGON2}$argon2id$v=19$m=19456,t=2,p=1$NzSX6x2+mApMvhNrvVIWaQ$/GUwbj+6GUyJL8XSgxTThc3TmVTM4WLQ+6KMC4NwovE"; } + { + username = "toastal"; + email = "toastal@posteo.net"; + password = "{ARGON2}$argon2id$v=19$m=19456,t=2,p=1$txwVjPn9kKPUgsZnPtpyaA$pE0ISDGScCE4JCKcmbnzC+GZZ4PP6MqKJKmR/sxo6TY"; + } ] -- cgit 1.4.1