Unverified Commit b0b14e13 authored by Philip Taron's avatar Philip Taron Committed by GitHub
Browse files

Merge pull request #334161 from philiptaron/issue-300735/remaining

parents e0c576a0 c44e170e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -77,7 +77,7 @@ in
      type = types.attrsOf cfgType;
    };

    enableConfigCheck = mkEnableOption (lib.mdDoc "checking all configurations during build time") // { default = true; };
    enableConfigCheck = mkEnableOption "checking all configurations during build time" // { default = true; };
  };

  config =
+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;