Oh FFS, got the algo wrong...

This commit is contained in:
niten 2024-02-13 16:18:02 -08:00
parent 57b3be2dcb
commit 424c5df004
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ in {
oidc_providers = [ ]; oidc_providers = [ ];
jwt_config = mkIf (cfg.openid.jwt-secret != null) { jwt_config = mkIf (cfg.openid.jwt-secret != null) {
enabled = true; enabled = true;
algorithm = "HS256"; algorithm = "RS256";
secret = cfg.openid.jwt-secret; secret = cfg.openid.jwt-secret;
}; };
listeners = [{ listeners = [{