about summary refs log tree commit diff
path: root/ops/users
diff options
context:
space:
mode:
authorasmundo <asmundo@gmail.com>2021-11-29T13·56+0300
committertazjin <mail@tazj.in>2021-11-29T14·14+0000
commit78f51edf8c695486471c439fce3fa9f1210e0517 (patch)
tree581b9c8e416bae53e3a7e183fa8b1ec90f67deb8 /ops/users
parenteca2bc572e4b638711061e2c64a58b16212c842d (diff)
feat(ops/users): Add user asmundo r/3106
Change-Id: Ie666b6556d91513babd884b2ed1140cd6c0ed2a9
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 f6e7e9bece..626190951e 100644
--- a/ops/users/default.nix
+++ b/ops/users/default.nix
@@ -144,4 +144,9 @@
     email = "me@smitop.com";
     password = "{ARGON2}$argon2id$v=19$m=65536,t=2,p=1$H78rQtmhlzrPEifbXPoCVw$IBg7ePTm/u+e8r2A8aJ4iaaQBzMUw1isS9YJAZ8aT3o";
   }
+  {
+    username = "asmundo";
+    email = "asmundo@gmail.com";
+    password = "{ARGON2}$argon2id$v=19$m=65536,t=2,p=1$4MUdaTX8KFWNtgyC7OZBVA$hXO/tbZQA92RfEOfonwM5jr2Rd+B70ZY46SSbCUxjwU";
+  }
 ]