diff --git a/modules/servers/paperless.nix b/modules/servers/paperless.nix index 5763677..c1cb657 100644 --- a/modules/servers/paperless.nix +++ b/modules/servers/paperless.nix @@ -16,6 +16,7 @@ in PAPERLESS_DBNAME = "paperless"; PAPERLESS_DBHOST = config.my.postgresSocket; PAPERLESS_TIME_ZONE = config.my.timeZone; + PAPERLESS_APPS = "allauth.socialaccount.providers.openid_connect"; PAPERLESS_CONSUMER_IGNORE_PATTERN = builtins.toJSON [ ".DS_STORE/*" "desktop.ini"