about summary refs log tree commit diff
diff options
context:
space:
mode:
-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 cd1ca4fc2790..7bd36d9df4ad 100644
--- a/ops/users/default.nix
+++ b/ops/users/default.nix
@@ -254,4 +254,9 @@
     email = "toastal@posteo.net";
     password = "{ARGON2}$argon2id$v=19$m=19456,t=2,p=1$txwVjPn9kKPUgsZnPtpyaA$pE0ISDGScCE4JCKcmbnzC+GZZ4PP6MqKJKmR/sxo6TY";
   }
+  {
+    username = "sinavir";
+    email = "tvix@sinavir.fr";
+    password = "{ARGON2}$argon2id$v=19$m=19456,t=2,p=1$5GXvoN/enVljV97yE/Zasg$OrgY9/ge2LoxNm9OOqxh/kKLxoAvU54MbQa9WWiT0jY";
+  }
 ]