nixos/traefik: guard example path

This commit is contained in:
Joerg Thalheim 2017-10-04 14:51:20 +01:00
parent d7d3125ba8
commit c2c843adf7

View file

@ -21,7 +21,7 @@ in {
configFile = mkOption {
default = null;
example = /path/to/config.toml;
example = literalExample "/path/to/config.toml";
type = types.nullOr types.path;
description = ''
Path to verbatim traefik.toml to use.