Unverified Commit c44e170e authored by Philip Taron's avatar Philip Taron
Browse files

nixos/proxmox-lxc: lib.mdDoc is deprecated

parent 5c21c358
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ with lib;
    enable = mkOption {
      default = true;
      type = types.bool;
      description = lib.mdDoc "Whether to enable the Proxmox VE LXC module.";
      description = "Whether to enable the Proxmox VE LXC module.";
    };
    privileged = mkOption {
      type = types.bool;