about summary refs log tree commit diff
path: root/ops/users/default.nix
diff options
context:
space:
mode:
authorsterni <sternenseemann@systemli.org>2024-04-25T09·49+0200
committerclbot <clbot@tvl.fyi>2024-04-25T15·15+0000
commitf0e428db754cbd3269f92f3d5bd98fafc122a298 (patch)
treec359d1b14901f61795eeb62673e60e7cd10e0df8 /ops/users/default.nix
parentf5bb9b84671ee6de0fb3af11533ce6beb3a45f89 (diff)
feat(ops/users): add caralice to users r/8006
Change-Id: I3d907589c75939c86faa3c1276e4023126ad3d17
Reviewed-on: https://cl.tvl.fyi/c/depot/+/11513
Autosubmit: sterni <sternenseemann@systemli.org>
Reviewed-by: tazjin <tazjin@tvl.su>
Tested-by: BuildkiteCI
Diffstat (limited to '')
-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 34e0ab85c3..c54a681dce 100644
--- a/ops/users/default.nix
+++ b/ops/users/default.nix
@@ -224,4 +224,9 @@
     email = "espes@pequalsnp.com";
     password = "{ARGON2}$argon2id$v=19$m=19456,t=2,p=1$eXeFrbNxuKn/JCpQr5VmxA$NtMNBceNg/JtqMfHk/qHxEHsEVsTWmHJbpq4ve/+XYg";
   }
+  {
+    username = "caralice";
+    email = "tvl@alice-carroll.pet";
+    password = "{ARGON2}$argon2id$v=19$m=19456,t=2,p=1$mt/0RzKw4RHxm7ybpMHP5Q$P/SDBMv5si9D98NFO/eZgh2+InlByqYxqAvQWhl+p0c";
+  }
 ]