diff options
author | asmundo <asmundo@gmail.com> | 2021-11-29T13·56+0300 |
---|---|---|
committer | tazjin <mail@tazj.in> | 2021-11-29T14·14+0000 |
commit | 78f51edf8c695486471c439fce3fa9f1210e0517 (patch) | |
tree | 581b9c8e416bae53e3a7e183fa8b1ec90f67deb8 /ops/users | |
parent | eca2bc572e4b638711061e2c64a58b16212c842d (diff) |
feat(ops/users): Add user asmundo r/3106
Change-Id: Ie666b6556d91513babd884b2ed1140cd6c0ed2a9
Diffstat (limited to 'ops/users')
-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 f6e7e9becee3..626190951ed9 100644 --- a/ops/users/default.nix +++ b/ops/users/default.nix @@ -144,4 +144,9 @@ email = "me@smitop.com"; password = "{ARGON2}$argon2id$v=19$m=65536,t=2,p=1$H78rQtmhlzrPEifbXPoCVw$IBg7ePTm/u+e8r2A8aJ4iaaQBzMUw1isS9YJAZ8aT3o"; } + { + username = "asmundo"; + email = "asmundo@gmail.com"; + password = "{ARGON2}$argon2id$v=19$m=65536,t=2,p=1$4MUdaTX8KFWNtgyC7OZBVA$hXO/tbZQA92RfEOfonwM5jr2Rd+B70ZY46SSbCUxjwU"; + } ] |