about summary refs log tree commit diff
path: root/nixos/modules/virtualisation/lxd.nix
diff options
context:
space:
mode:
authorpennae <github@quasiparticle.net>2022-08-30 13:08:40 +0200
committerpennae <github@quasiparticle.net>2022-08-31 16:27:25 +0200
commit7d102d113abd84dd29bed71cd589f1c68a7f7f3d (patch)
treebbf4f554e776a8620007cdec85b069a2af78692c /nixos/modules/virtualisation/lxd.nix
parent0cfcb5908cc7164236f78cd21e02cc168dd028ac (diff)
nixos/*: convert multiline inline code to listings
presumably it was not intended to have these blocks rendered inline, and
markdown conversion would be messy as well.
Diffstat (limited to 'nixos/modules/virtualisation/lxd.nix')
-rw-r--r--nixos/modules/virtualisation/lxd.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/nixos/modules/virtualisation/lxd.nix b/nixos/modules/virtualisation/lxd.nix
index f1eabee5ffaf3..e81edf67f3c38 100644
--- a/nixos/modules/virtualisation/lxd.nix
+++ b/nixos/modules/virtualisation/lxd.nix
@@ -26,9 +26,9 @@ in {
 
           Most of the time, you'll also want to start lxcfs, so
           that containers can "see" the limits:
-          <code>
-            virtualisation.lxc.lxcfs.enable = true;
-          </code>
+          <programlisting>
+          virtualisation.lxc.lxcfs.enable = true;
+          </programlisting>
         '';
       };