about summary refs log tree commit diff
path: root/ops/users
diff options
context:
space:
mode:
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 cd1928ad20..1cb2b9ba08 100644
--- a/ops/users/default.nix
+++ b/ops/users/default.nix
@@ -149,4 +149,9 @@
     email = "asmundo@gmail.com";
     password = "{ARGON2}$argon2id$v=19$m=65536,t=2,p=1$oQvNAAGjshz5Cl8XW5i31A$eurlL9a7e5Ttw5JpTY9tOjSZyivWQsr1iCdTqshdfQU";
   }
+  {
+    username = "wpcarro";
+    email = "wpcarro@gmail.com";
+    password = "{ARGON2}$argon2id$v=19$m=65536,t=2,p=1$NQdBVPNwh2ioDq9zWfMusA$2cABJGI8cU2JZirnVU5E5C28sTiePkiOPEAaqNUp/Fk";
+  }
 ]