summary refs log tree commit diff
path: root/nixos/modules/virtualisation/podman/dnsname.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/virtualisation/podman/dnsname.nix')
-rw-r--r--nixos/modules/virtualisation/podman/dnsname.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/virtualisation/podman/dnsname.nix b/nixos/modules/virtualisation/podman/dnsname.nix
index beef1975507..3e7d35ae1e4 100644
--- a/nixos/modules/virtualisation/podman/dnsname.nix
+++ b/nixos/modules/virtualisation/podman/dnsname.nix
@@ -16,7 +16,7 @@ in
       defaultNetwork.dnsname.enable = mkOption {
         type = types.bool;
         default = false;
-        description = ''
+        description = lib.mdDoc ''
           Enable DNS resolution in the default podman network.
         '';
       };