diff options
-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 a94f355e0f68..3600aa936915 100644 --- a/ops/users/default.nix +++ b/ops/users/default.nix @@ -179,6 +179,11 @@ password = "{ARGON2}$argon2id$v=19$m=65536,t=2,p=1$wOPEl9D3kSke//oLtbvqrg$j0npwwXgaXQ/emefKUwL59tH8hdmtzbgH2rQzWSmE2Y"; } { + username = "thk"; + email = "thomas@koch.ro"; + password = "{ARGON2}$argon2id$v=19$m=19456,t=2,p=1$WFP0HGCiY5IV6OOWEqM0zA$BkmBq2rLv59YyulsY25hlt9LYTpI7zLrJjGHiBN5MIc"; + } + { username = "yl3dy"; email = "aleksandr.kiselyov@gmail.com"; password = "{ARGON2}$argon2id$v=19$m=19456,t=2,p=1$vPvOa0/7RzDLuD/icQuIzQ$IVMSI7hh/frihuL11sNRj6Jz8TTn1wZZHjZZGszz3pI"; |