diff --git a/sys/srv/authelia.nix b/sys/srv/authelia.nix index a4e5455..90f3c3b 100644 --- a/sys/srv/authelia.nix +++ b/sys/srv/authelia.nix @@ -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 }; }; };