nixos/davfs2: clarify warning

This commit is contained in:
éclairevoyant 2024-04-08 18:36:23 -04:00
parent 0739d3c4c0
commit caa0cbab28
No known key found for this signature in database
GPG Key ID: E3813AEAA02DB54B
1 changed files with 2 additions and 1 deletions

View File

@ -87,7 +87,8 @@ in
config = mkIf cfg.enable {
warnings = lib.optional (cfg.extraConfig != "") ''
services.davfs2.extraConfig will be deprecated in future releases, please use the settings option now.
services.davfs2.extraConfig will be deprecated in future releases;
please use services.davfs2.settings instead.
'';
environment.systemPackages = [ pkgs.davfs2 ];