From 056be64f11fe2ee33373f07abda4d8cf6fabf572 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Mon, 27 Mar 2023 00:04:15 +0200 Subject: [PATCH] nixos/podman: add example to enable network dns --- nixos/modules/virtualisation/podman/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/modules/virtualisation/podman/default.nix b/nixos/modules/virtualisation/podman/default.nix index b7db1a81b021..c3fae4bac41b 100644 --- a/nixos/modules/virtualisation/podman/default.nix +++ b/nixos/modules/virtualisation/podman/default.nix @@ -142,6 +142,7 @@ in defaultNetwork.settings = lib.mkOption { type = json.type; default = { }; + example = lib.literalExpression "{ dns_enabled = true; }"; description = lib.mdDoc '' Settings for podman's default network. '';