nixos/traefik: guard example path
This commit is contained in:
parent
d7d3125ba8
commit
c2c843adf7
@ -21,7 +21,7 @@ in {
|
|||||||
|
|
||||||
configFile = mkOption {
|
configFile = mkOption {
|
||||||
default = null;
|
default = null;
|
||||||
example = /path/to/config.toml;
|
example = literalExample "/path/to/config.toml";
|
||||||
type = types.nullOr types.path;
|
type = types.nullOr types.path;
|
||||||
description = ''
|
description = ''
|
||||||
Path to verbatim traefik.toml to use.
|
Path to verbatim traefik.toml to use.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user