fix typo
This commit is contained in:
parent
12cb13952a
commit
e8b3f321ed
|
@ -89,6 +89,10 @@ with lib; {
|
||||||
access_control = {
|
access_control = {
|
||||||
default_policy = "deny";
|
default_policy = "deny";
|
||||||
rules = [
|
rules = [
|
||||||
|
{
|
||||||
|
domain = "auth.posixlycorrect.com";
|
||||||
|
policy = "bypass";
|
||||||
|
}
|
||||||
{
|
{
|
||||||
domain = "meet.posixlycorrect.com";
|
domain = "meet.posixlycorrect.com";
|
||||||
policy = "bypass";
|
policy = "bypass";
|
||||||
|
@ -128,8 +132,6 @@ with lib; {
|
||||||
#notifier.smtp = {
|
#notifier.smtp = {
|
||||||
#
|
#
|
||||||
#};
|
#};
|
||||||
|
|
||||||
# TODO: voy por acá: https://github.com/authelia/authelia/blob/master/config.template.yml#L714
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Reference in a new issue