This commit is contained in:
Fabian Montero 2024-08-24 03:54:20 -06:00
parent 12cb13952a
commit e8b3f321ed
Signed by untrusted user: fabian
GPG key ID: 1FFAC35E1798174F

View file

@ -89,6 +89,10 @@ with lib; {
access_control = {
default_policy = "deny";
rules = [
{
domain = "auth.posixlycorrect.com";
policy = "bypass";
}
{
domain = "meet.posixlycorrect.com";
policy = "bypass";
@ -128,8 +132,6 @@ with lib; {
#notifier.smtp = {
#
#};
# TODO: voy por acá: https://github.com/authelia/authelia/blob/master/config.template.yml#L714
};
};
};