diff --git a/utils/modules/authelia/default.nix b/utils/modules/authelia/default.nix index d082de5..39720e4 100644 --- a/utils/modules/authelia/default.nix +++ b/utils/modules/authelia/default.nix @@ -94,18 +94,20 @@ expiration = "12h"; inactivity = "45m"; remember_me_duration = "1M"; - cookies = [ - { - domain = "cloonar.com"; - } - { - domain = "cloonar.dev"; - } - { - domain = "gbv-aktuell.at"; - same_site = "strict"; - } - ]; + domain = "cloonar.com"; + # todo: enable with 4.38 + # cookies = [ + # { + # domain = "cloonar.com"; + # } + # { + # domain = "cloonar.dev"; + # } + # { + # domain = "gbv-aktuell.at"; + # same_site = "strict"; + # } + # ]; }; regulation = {