diff options
author | Geoffrey Huntley <ghuntley@ghuntley.com> | 2022-12-05T00·39+0000 |
---|---|---|
committer | sterni <sternenseemann@systemli.org> | 2022-12-05T01·01+0000 |
commit | eda6b935052470dd58be6ddb5cd74e9f9799a714 (patch) | |
tree | 32d95fd40162731ea7ecfb2b17815a21f1fbd6bb /ops | |
parent | 674195f92b7dbaf94d42998a247a81a14fcfb164 (diff) |
feat(ops/users): add ghuntley to users r/5389
Fixed syntax error in the original patch (superfluous quote). Co-authored-by: sterni <sternenseemann@systemli.org> Change-Id: I9b6aac345906def185e30f2a9bbecde84848863a Reviewed-on: https://cl.tvl.fyi/c/depot/+/7527 Tested-by: BuildkiteCI Autosubmit: sterni <sternenseemann@systemli.org> Reviewed-by: grfn <grfn@gws.fyi>
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 b9d64d3f9ec4..516acbd196a7 100644 --- a/ops/users/default.nix +++ b/ops/users/default.nix @@ -52,6 +52,11 @@ password = "{ARGON2}$argon2id$v=19$m=65536,t=2,p=1$TrezbwIY5TKLnJiii0wafQ$K0S2p9I8tiqP907nkgoK6IbG9ia4IuDiylTcIs5pesw"; } { + username = "ghuntley"; + email = "ghuntley@ghuntley.com"; + password = "{ARGON2}$argon2id$v=19$m=65536,t=2,p=1$ciCuQHeA7csqrFUv7+asgw$7GUC5fLJWWVoHP8DvpA+C1u4+iFdV2E311kwTFwGzaQ"; + } + { username = "grfn"; email = "grfn@gws.fyi"; password = "{ARGON2}$argon2id$v=19$m=65536,t=2,p=1$5NEYPJ19nDITK5sGr4bzhQ$Xzpzth6y4w+HGvioHiYgzqFiwMDx0B7HAh+PVbkRuuk"; |