diff --git a/nixos/modules/virtualisation/proxmox-lxc.nix b/nixos/modules/virtualisation/proxmox-lxc.nix index 9a8325f92636..b2f9d0635fd1 100644 --- a/nixos/modules/virtualisation/proxmox-lxc.nix +++ b/nixos/modules/virtualisation/proxmox-lxc.nix @@ -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;