diff options
author | Vincent Ambo <tazjin@tvl.su> | 2024-08-23T14·45+0300 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2024-08-23T14·53+0000 |
commit | c321a5136f44113302a0ba3eba2a8eeb5042d669 (patch) | |
tree | 8aad12a2ce8ffcedd8b7d6a0deff699c4ae2ef0d | |
parent | 1099b5603cd2ee056dab2f84e33514c3cc3622d2 (diff) |
feat(ops/users): add nikiv r/8559
Patch submitted to me IRL. Change-Id: Idd8aa75313ba73d5c1e92b98d390e43e7108c6b6 Reviewed-on: https://cl.tvl.fyi/c/depot/+/12292 Reviewed-by: tazjin <tazjin@tvl.su> Tested-by: BuildkiteCI Autosubmit: tazjin <tazjin@tvl.su>
-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 be756d4ade05..ecb74748c91e 100644 --- a/ops/users/default.nix +++ b/ops/users/default.nix @@ -274,4 +274,9 @@ email = "abd.aziz89@gmail.com"; password = "{ARGON2}$argon2id$v=19$m=19456,t=2,p=1$xTvdtTF+gavMfF8556CiiQ$IshnauhlEr80skpv5s6ueJLkQxlynzBt6oCp3cQrNCY"; } + { + username = "nikiv"; + email = "nikita@nikiv.dev"; + password = "{ARGON2}$argon2id$v=19$m=19456,t=2,p=1$79mMAD2XYa5dg7D9ueWMpw$Edf5WODrFpkNDyWaMdLKcgcErFLx4khmPIk8wzmYGUE"; + } ] |