Try to force inclusion of oidc deps

This commit is contained in:
niten 2024-01-16 10:42:31 -08:00
parent a086511d5d
commit 89bfad8185
1 changed files with 2 additions and 0 deletions

View File

@ -118,6 +118,8 @@ in {
max_upload_size = "100M";
media_store_path = "${cfg.state-directory}/media";
signing_key_path = "${cfg.state-directory}/secrets/signing.key";
# Only to trigger the inclusion of oidc deps, actual config is elsewhere
oidc_providers = [ ];
listeners = [{
port = cfg.port;
bind_addresses = [ "127.0.0.1" "::1" ];