Loading nixos/modules/services/networking/radicale.nix +8 −0 Original line number Diff line number Diff line Loading @@ -119,6 +119,14 @@ in are mutually exclusive. ''; } { assertion = cfg.config != "" || (cfg.settings ? auth && cfg.settings.auth ? type); message = '' Radicale 3.5.0 changed the default value for `auth.type` from `none` to `denyall`. You probably don't want `denyall`, so please set this explicitly. https://github.com/Kozea/Radicale/blob/v3.5.0/CHANGELOG.md ''; } ]; warnings = Loading Loading
nixos/modules/services/networking/radicale.nix +8 −0 Original line number Diff line number Diff line Loading @@ -119,6 +119,14 @@ in are mutually exclusive. ''; } { assertion = cfg.config != "" || (cfg.settings ? auth && cfg.settings.auth ? type); message = '' Radicale 3.5.0 changed the default value for `auth.type` from `none` to `denyall`. You probably don't want `denyall`, so please set this explicitly. https://github.com/Kozea/Radicale/blob/v3.5.0/CHANGELOG.md ''; } ]; warnings = Loading