summary refs log tree commit diff
path: root/nixos/modules/services/web-apps/hedgedoc.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/hedgedoc.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/hedgedoc.nix')
-rw-r--r--nixos/modules/services/web-apps/hedgedoc.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/web-apps/hedgedoc.nix b/nixos/modules/services/web-apps/hedgedoc.nix
index e0c00fe67ea..9eeabb9d566 100644
--- a/nixos/modules/services/web-apps/hedgedoc.nix
+++ b/nixos/modules/services/web-apps/hedgedoc.nix
@@ -33,7 +33,7 @@ in
       type = types.listOf types.str;
       default = [];
       description = ''
-        Groups to which the user ${name} should be added.
+        Groups to which the service user should be added.
       '';
     };