mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
nixos/podman: add example to enable network dns
This commit is contained in:
parent
6f558d3009
commit
056be64f11
@ -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.
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user