Unverified Commit caa0cbab authored by éclairevoyant's avatar éclairevoyant
Browse files

nixos/davfs2: clarify warning

parent 0739d3c4
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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 ];