From 320aa2a7910a71371204d672ff612cc9af5337da Mon Sep 17 00:00:00 2001 From: pennae Date: Fri, 3 Jun 2022 21:47:57 +0200 Subject: treewide: attempt at markdown option docs --- nixos/modules/virtualisation/xen-dom0.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'nixos/modules/virtualisation/xen-dom0.nix') diff --git a/nixos/modules/virtualisation/xen-dom0.nix b/nixos/modules/virtualisation/xen-dom0.nix index 975eed10cd2..a999efcb44e 100644 --- a/nixos/modules/virtualisation/xen-dom0.nix +++ b/nixos/modules/virtualisation/xen-dom0.nix @@ -23,12 +23,12 @@ in default = false; type = types.bool; description = - '' + mdDoc '' Setting this option enables the Xen hypervisor, a virtualisation technology that allows multiple virtual - machines, known as domains, to run + machines, known as *domains*, to run concurrently on the physical machine. NixOS runs as the - privileged Domain 0. This option + privileged *Domain 0*. This option requires a reboot to take effect. ''; }; -- cgit 1.4.1