From 30268913021197cd85572d05724c511a778f7ceb Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Fri, 26 Mar 2021 20:19:55 +0100 Subject: feat(ops/users): Add flokli to users Change-Id: I87ca0f20663ff858237f641ef2245778601e0416 Reviewed-on: https://cl.tvl.fyi/c/depot/+/2671 Reviewed-by: tazjin Tested-by: BuildkiteCI --- ops/users/default.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ops/users/default.nix') diff --git a/ops/users/default.nix b/ops/users/default.nix index aa4bc3ca739f..d614fd827bd2 100644 --- a/ops/users/default.nix +++ b/ops/users/default.nix @@ -51,6 +51,11 @@ email = "firefly@firefly.nu"; password = "{ARGON2}$argon2id$v=19$m=65536,t=2,p=1$RYVVkFoi3A1yYkI8J2zUwg$GUERvgHvU8SGjQmilDJGZu50hYRAHw+ejtuL+Skygs8"; } + { + username = "flokli"; + email = "flokli@flokli.de"; + password = "{ARGON2}$argon2id$v=19$m=65536,t=2,p=1$TrezbwIY5TKLnJiii0wafQ$K0S2p9I8tiqP907nkgoK6IbG9ia4IuDiylTcIs5pesw"; + } { username = "glittershark"; email = "grfn@gws.fyi"; -- cgit 1.4.1