about summary refs log tree commit diff
path: root/ops
diff options
context:
space:
mode:
authortoastal <toastal@posteo.net>2024-06-12T14·53+0000
committerclbot <clbot@tvl.fyi>2024-06-12T20·19+0000
commitb08379096f51f746276ef8810ef18c14a12d6e84 (patch)
tree21d1ad6a3aa57abec88d8321e5fb3a3bb1af895f /ops
parent5963133a629393b77d0f2cd7455b235a6193c46c (diff)
feat(ops/users): Add toastal to users r/8253
Change-Id: Ie25e2f1f0b7557be01b6f78142f1a40952988e53
Reviewed-on: https://cl.tvl.fyi/c/depot/+/11792
Autosubmit: tazjin <tazjin@tvl.su>
Reviewed-by: tazjin <tazjin@tvl.su>
Tested-by: BuildkiteCI
Diffstat (limited to 'ops')
-rw-r--r--ops/users/default.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/ops/users/default.nix b/ops/users/default.nix
index 5c571a275e..cd1ca4fc27 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";
+  }
 ]