mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-17 23:19:25 +03:00
nixos/podman: add example to enable network dns
This commit is contained in:
parent
6f558d3009
commit
056be64f11
1 changed files with 1 additions and 0 deletions
|
@ -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.
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue