diff options
author | Jean-François Roche <jfroche@pyxel.be> | 2022-07-22T11·21+0200 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2022-07-22T12·36+0000 |
commit | c04316bdc5718fcd0014a5fa6fb23ee8ae62e740 (patch) | |
tree | 65d68dab863745083098bda59b7a36fa390af215 /ops | |
parent | 7d3d3b3c8f22236f2947714c6da311d0a5f88009 (diff) |
feat(ops/users): Add jfroche to users r/4317
Change-Id: I60cb0acffd1d21b4660e819799206a0cde4facb0 Reviewed-on: https://cl.tvl.fyi/c/depot/+/5970 Reviewed-by: tazjin <tazjin@tvl.su> Autosubmit: tazjin <tazjin@tvl.su> Tested-by: BuildkiteCI
Diffstat (limited to 'ops')
-rw-r--r-- | ops/users/default.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ops/users/default.nix b/ops/users/default.nix index 9ade43449739..a57063e75e0f 100644 --- a/ops/users/default.nix +++ b/ops/users/default.nix @@ -72,6 +72,11 @@ password = "{ARGON2}$argon2id$v=19$m=65536,t=2,p=1$dMYmo+Uym9irtzAGXB2eNw$69OFcuqCqoLPBXKmmtYaQCquXximpyxsb2Kf8U7GdxM"; } { + username = "jfroche"; + email = "jfroche@pyxel.be"; + password = "{ARGON2}$argon2id$v=19$m=65536,t=2,p=1$kA19gDabD1Fjy82olcmnsA$TTbkpAc0WYaA4DT2vc7+NAGXhC4Os1tPqZVpHFkzecE"; + } + { username = "kn"; email = "klemens@posteo.de"; password = "{ARGON2}$argon2id$v=19$m=65536,t=2,p=1$CoRZInysud4sduDoMjVOCw$/bdvAvyPO2DPxOcHlBiG2+rbTGF9XAcHUhPurxiIpZM"; |