nixos/podman: add example to enable network dns
This commit is contained in:
@@ -142,6 +142,7 @@ in
|
|||||||
defaultNetwork.settings = lib.mkOption {
|
defaultNetwork.settings = lib.mkOption {
|
||||||
type = json.type;
|
type = json.type;
|
||||||
default = { };
|
default = { };
|
||||||
|
example = lib.literalExpression "{ dns_enabled = true; }";
|
||||||
description = lib.mdDoc ''
|
description = lib.mdDoc ''
|
||||||
Settings for podman's default network.
|
Settings for podman's default network.
|
||||||
'';
|
'';
|
||||||
|
|||||||
Reference in New Issue
Block a user