diff options
author | Vincent Ambo <tazjin@tvl.su> | 2024-08-23T14·06+0300 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2024-08-23T14·15+0000 |
commit | 1694ff4e2278c27dae50b2493b7616ddbb9409e1 (patch) | |
tree | d8726768c7b003f3e7bb4aa41df372cf5619c497 /ops | |
parent | 73896eb075430462d89d3f47c6d52aa82005fbff (diff) |
feat(ops/users): add emery r/8554
Patch submitted to me IRL. Change-Id: I4cbfb138f616adf8635ca84f25cb77f8b8af7959 Reviewed-on: https://cl.tvl.fyi/c/depot/+/12289 Autosubmit: tazjin <tazjin@tvl.su> Tested-by: BuildkiteCI Reviewed-by: tazjin <tazjin@tvl.su>
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 de39b0746392..319424baee1e 100644 --- a/ops/users/default.nix +++ b/ops/users/default.nix @@ -264,4 +264,9 @@ email = "tvix@sinavir.fr"; password = "{ARGON2}$argon2id$v=19$m=19456,t=2,p=1$5GXvoN/enVljV97yE/Zasg$OrgY9/ge2LoxNm9OOqxh/kKLxoAvU54MbQa9WWiT0jY"; } + { + username = "emery"; + email = "emery@dmz.rs"; + password = "{ARGON2}$argon2id$v=19$m=19456,t=2,p=1$b2k5UpTJafqM7yjHfVRjBg$zFGy/ZeI9Hb71TUfJwFp7qDKyUl8tdyFDUK1uNBYfUI"; + } ] |