summary refs log tree commit diff
diff options
context:
space:
mode:
authorvolth <volth@volth.com>2019-09-17 00:27:13 +0000
committerGitHub <noreply@github.com>2019-09-17 00:27:13 +0000
commit48086fbd702d83ae0839272724350c73184f22fb (patch)
tree4bca94c559d877b533306c70b99e6a2fb045eb77
parent432a2d73be9a4cc70a030abc8a8d8e445fc814f9 (diff)
downloadnixpkgs-48086fbd702d83ae0839272724350c73184f22fb.tar
nixpkgs-48086fbd702d83ae0839272724350c73184f22fb.tar.gz
nixpkgs-48086fbd702d83ae0839272724350c73184f22fb.tar.bz2
nixpkgs-48086fbd702d83ae0839272724350c73184f22fb.tar.lz
nixpkgs-48086fbd702d83ae0839272724350c73184f22fb.tar.xz
nixpkgs-48086fbd702d83ae0839272724350c73184f22fb.tar.zst
nixpkgs-48086fbd702d83ae0839272724350c73184f22fb.zip
nixos/matomo: fix escape
-rw-r--r--nixos/modules/services/web-apps/matomo.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/web-apps/matomo.nix b/nixos/modules/services/web-apps/matomo.nix
index 8e0f9f8582d..1e34aff8d17 100644
--- a/nixos/modules/services/web-apps/matomo.nix
+++ b/nixos/modules/services/web-apps/matomo.nix
@@ -115,7 +115,7 @@ in {
             Either this option or the webServerUser option is mandatory.
             Set this to {} to just enable the virtualHost if you don't need any customization.
             If enabled, then by default, the <option>serverName</option> is
-            <literal>${user}.''${config.networking.hostName}.''${config.networking.domain}</literal>,
+            <literal>''${user}.''${config.networking.hostName}.''${config.networking.domain}</literal>,
             SSL is active, and certificates are acquired via ACME.
             If this is set to null (the default), no nginx virtualHost will be configured.
         '';