diff options
author | Vincent Ambo <tazjin@tvl.su> | 2024-08-23T14·12+0300 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2024-08-23T14·26+0000 |
commit | 83a6ad9717a660315fd30e978d529fe693cf2ee6 (patch) | |
tree | d52f5a3a093bc0fda9569ee06d45440ad56c7123 /ops | |
parent | 1694ff4e2278c27dae50b2493b7616ddbb9409e1 (diff) |
feat(ops/users): add aziz r/8555
Patch submitted to me IRL. Change-Id: I43805e3932ccbe383fb5ec7780a29fae187f64db Reviewed-on: https://cl.tvl.fyi/c/depot/+/12290 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 319424baee1e..be756d4ade05 100644 --- a/ops/users/default.nix +++ b/ops/users/default.nix @@ -269,4 +269,9 @@ email = "emery@dmz.rs"; password = "{ARGON2}$argon2id$v=19$m=19456,t=2,p=1$b2k5UpTJafqM7yjHfVRjBg$zFGy/ZeI9Hb71TUfJwFp7qDKyUl8tdyFDUK1uNBYfUI"; } + { + username = "aziz"; + email = "abd.aziz89@gmail.com"; + password = "{ARGON2}$argon2id$v=19$m=19456,t=2,p=1$xTvdtTF+gavMfF8556CiiQ$IshnauhlEr80skpv5s6ueJLkQxlynzBt6oCp3cQrNCY"; + } ] |