Enable jwt

And configureRedisLocally
This commit is contained in:
niten 2024-02-13 09:30:58 -08:00
parent 1c1034ffe3
commit 2914d326b8
1 changed files with 2 additions and 0 deletions

View File

@ -136,7 +136,9 @@ in {
args.database = "${cfg.state-directory}/database/data.db";
};
};
extras = [ "jwt" "url-preview" ];
extraConfigFiles = [ hostSecrets.matrixOpenIdConfig.target-file ];
configureRedisLocally = true;
};
nginx = {