about summary refs log tree commit diff
path: root/ops/users
diff options
context:
space:
mode:
authorRyan Lahfa <tvl@lahfa.xyz>2022-12-24T17·45+0100
committerclbot <clbot@tvl.fyi>2022-12-24T21·52+0000
commita553e758f10e6dedd4126299d55ae3eee286eb61 (patch)
tree3a43d087e55c1824a3227f4fce407f7771b6eda6 /ops/users
parent16db185d97ecb5e2de308e4f927aa007f24df24c (diff)
feat(ops/users): add raitobezarius to users r/5482
Change-Id: Ia6cb935f4358526891ece20538d0fa60cfc81095
Reviewed-on: https://cl.tvl.fyi/c/depot/+/7621
Autosubmit: tazjin <tazjin@tvl.su>
Tested-by: BuildkiteCI
Reviewed-by: tazjin <tazjin@tvl.su>
Diffstat (limited to 'ops/users')
-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 5d0fa2db3f..997a9637e3 100644
--- a/ops/users/default.nix
+++ b/ops/users/default.nix
@@ -204,4 +204,9 @@
     email = "martonboros@gmail.com";
     password = "{ARGON2}$argon2id$v=19$m=65536,t=2,p=1$f4/ewdyRBQbClL4KzqypHg$6Ql/xkmfIr60Qp1XMaFherqhh4cekLIbsi7KMM6izfE";
   }
+  {
+    username = "raitobezarius";
+    email = "tvl@lahfa.xyz";
+    password = "{ARGON2}$argon2id$v=19$m=65536,t=2,p=1$3NZTBbF5dZssAHC/ktcA/Q$AZxHGG0ycNMOkIxC/ONYbyhNxC9hb6cpWvnsNH8LWZk";
+  }
 ]