about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorJoerg Thalheim <joerg@thalheim.io>2017-10-04 14:51:20 +0100
committerJoerg Thalheim <joerg@thalheim.io>2017-10-04 14:51:20 +0100
commitc2c843adf7035db50b4edb1b9cada986ff0b3de8 (patch)
tree554e32a6b7410c573a6307e9a39f409764915a4d /nixos
parentd7d3125ba810018c54b7db7e33e493f682f6f9b0 (diff)
downloadnixlib-c2c843adf7035db50b4edb1b9cada986ff0b3de8.tar
nixlib-c2c843adf7035db50b4edb1b9cada986ff0b3de8.tar.gz
nixlib-c2c843adf7035db50b4edb1b9cada986ff0b3de8.tar.bz2
nixlib-c2c843adf7035db50b4edb1b9cada986ff0b3de8.tar.lz
nixlib-c2c843adf7035db50b4edb1b9cada986ff0b3de8.tar.xz
nixlib-c2c843adf7035db50b4edb1b9cada986ff0b3de8.tar.zst
nixlib-c2c843adf7035db50b4edb1b9cada986ff0b3de8.zip
nixos/traefik: guard example path
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/services/web-servers/traefik.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/web-servers/traefik.nix b/nixos/modules/services/web-servers/traefik.nix
index 7ce0603786d4..4ede4fc20967 100644
--- a/nixos/modules/services/web-servers/traefik.nix
+++ b/nixos/modules/services/web-servers/traefik.nix
@@ -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.