All attrs of settings must be INI atoms

This commit is contained in:
niten 2023-12-10 09:56:15 -08:00
parent 4ae833c410
commit f97f3b62c0
1 changed files with 15 additions and 15 deletions

View File

@ -124,8 +124,9 @@ in {
signout_redirect_url =
"https://${cfg.oauth.hostname}/application/o/${cfg.oauth.slug}/end-session/";
oauth_auto_login = true;
};
generic_oauth = {
"auth.generic_oauth" = mkIf (!isNull cfg.oauth) {
name = "Authentik";
enabled = true;
client_id = "$__file{${cfg.oauth.client-id}}";
@ -143,5 +144,4 @@ in {
};
};
};
};
}