nixos/davfs2: clarify warning

This commit is contained in:
éclairevoyant
2024-04-11 17:37:36 -04:00
parent 0739d3c4c0
commit caa0cbab28
@@ -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 ];