summary refs log tree commit diff
path: root/nixos/modules/services/web-apps/matomo.nix
diff options
context:
space:
mode:
authorpennae <github@quasiparticle.net>2021-12-05 21:58:27 +0100
committerpennae <github@quasiparticle.net>2021-12-09 01:21:04 +0100
commite72435e6125f51a5f331080ed1862bdc86d36769 (patch)
tree69f8c218e9329deb848e5c21b842e007ccae6da4 /nixos/modules/services/web-apps/matomo.nix
parented673a69dbf5f9be67183621eb0f5c1759d48299 (diff)
downloadnixpkgs-e72435e6125f51a5f331080ed1862bdc86d36769.tar
nixpkgs-e72435e6125f51a5f331080ed1862bdc86d36769.tar.gz
nixpkgs-e72435e6125f51a5f331080ed1862bdc86d36769.tar.bz2
nixpkgs-e72435e6125f51a5f331080ed1862bdc86d36769.tar.lz
nixpkgs-e72435e6125f51a5f331080ed1862bdc86d36769.tar.xz
nixpkgs-e72435e6125f51a5f331080ed1862bdc86d36769.tar.zst
nixpkgs-e72435e6125f51a5f331080ed1862bdc86d36769.zip
treewide: make option descriptions constants
escape interpolations in descriptions where possible, replace them with
sufficiently descriptive text elsewhere. also expand cfg.* paths in
descriptions.
Diffstat (limited to 'nixos/modules/services/web-apps/matomo.nix')
-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 eba55e7e9be..318c4473b55 100644
--- a/nixos/modules/services/web-apps/matomo.nix
+++ b/nixos/modules/services/web-apps/matomo.nix
@@ -83,7 +83,7 @@ in {
         default = "${user}.${fqdn}";
         example = "matomo.yourdomain.org";
         description = ''
-          URL of the host, without https prefix. By default, this is ${user}.${fqdn}, but you may want to change it if you
+          URL of the host, without https prefix. You may want to change it if you
           run Matomo on a different URL than matomo.yourdomain.
         '';
       };