From c8dff5fc5fa26f550a56fe2866151f5eaa308960 Mon Sep 17 00:00:00 2001 From: sterni Date: Sun, 23 May 2021 14:02:17 +0200 Subject: feat(ops/users): Add cschilling to users Change-Id: I8afc23c749a5318d7c2ce893903980112ff13c12 Reviewed-on: https://cl.tvl.fyi/c/depot/+/3137 Tested-by: BuildkiteCI Reviewed-by: grfn Reviewed-by: tazjin --- ops/users/default.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ops/users') diff --git a/ops/users/default.nix b/ops/users/default.nix index c4868f99ef..a264043e1b 100644 --- a/ops/users/default.nix +++ b/ops/users/default.nix @@ -11,6 +11,11 @@ email = "andi@notmuch.email"; password = "{ARGON2}$argon2id$v=19$m=65536,t=2,p=1$8lefg7+8UPAEh9Ott8zH0A$7YuLRraTC1IgxTNTxFJF03AWmqBS3GX2+vfD4XVTrb0"; } + { + username = "cschilling"; + email = "christian.schilling.de@gmail.com"; + password = "{ARGON2}$argon2d$v=19$m=65536,t=4,p=1$c2RzcjEyMzQyYXM$dVXyWJRKJsVXtun/OM6wmU970K3zT/6hbLkoddHAW50"; + } { username = "cynthia"; email = "cynthia@tvl.fyi"; -- cgit 1.4.1