about summary refs log tree commit diff
path: root/ops/users/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'ops/users/default.nix')
-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 e82649a2c6..299e405fc0 100644
--- a/ops/users/default.nix
+++ b/ops/users/default.nix
@@ -139,4 +139,9 @@
     displayName = "Mike Johnson";
     password = "{ARGON2}$argon2id$v=19$m=65536,t=2,p=1$77+f5DFbuzs5myyIUN2nHg$xyXkRhIHFVaPMZUhxPk1uxMpLeEmU3BeyQjDsNPlJVw";
   }
+  {
+    username = "smitop";
+    email = "me@smitop.com";
+    password = "{ARGON2}$argon2id$v=19$m=65536,t=2,p=1$c2FsdHlib2l0bjIwODAycGh0MjBraHlpbmR3$8phIS6531q+zFbKQIhAPgXB5zYxTp3sDLErJFbhDdFU";
+  }
 ]