diff options
Diffstat (limited to 'ops/users/default.nix')
-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 319424baee1e..be756d4ade05 100644 --- a/ops/users/default.nix +++ b/ops/users/default.nix @@ -269,4 +269,9 @@ email = "emery@dmz.rs"; password = "{ARGON2}$argon2id$v=19$m=19456,t=2,p=1$b2k5UpTJafqM7yjHfVRjBg$zFGy/ZeI9Hb71TUfJwFp7qDKyUl8tdyFDUK1uNBYfUI"; } + { + username = "aziz"; + email = "abd.aziz89@gmail.com"; + password = "{ARGON2}$argon2id$v=19$m=19456,t=2,p=1$xTvdtTF+gavMfF8556CiiQ$IshnauhlEr80skpv5s6ueJLkQxlynzBt6oCp3cQrNCY"; + } ] |