MyNixOS website logo
option

services.matrix-authentication-service.settings.passwords.schemes

List of password hashing schemes being used. Only change this if you know what you're doing.

Declarations
Type
list of (open submodule of (YAML 1.1 value))
Default
[
  {
    algorithm = "argon2id";
    version = 1;
  }
]