diff --git a/utils/modules/authelia/default.nix b/utils/modules/authelia/default.nix index d9226b3..d082de5 100644 --- a/utils/modules/authelia/default.nix +++ b/utils/modules/authelia/default.nix @@ -94,8 +94,18 @@ expiration = "12h"; inactivity = "45m"; remember_me_duration = "1M"; - domain = "cloonar.com"; - same_site = "none"; + cookies = [ + { + domain = "cloonar.com"; + } + { + domain = "cloonar.dev"; + } + { + domain = "gbv-aktuell.at"; + same_site = "strict"; + } + ]; }; regulation = {