about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorBjørn Forsman <bjorn.forsman@gmail.com>2024-03-27 18:12:38 +0100
committerGitHub <noreply@github.com>2024-03-27 18:12:38 +0100
commitdb8f2488a8e9e8521bb53807cbc7da0dcdcb3a22 (patch)
treeca895471c0d69e874ce52e1e9d1d6a041d606905 /nixos
parent50999ee5859bfe2a5f811eed11cd16df355b86a2 (diff)
nixos/pretix: say what it is in the "enable" docstring (#299540)
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/services/web-apps/pretix.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/web-apps/pretix.nix b/nixos/modules/services/web-apps/pretix.nix
index 2355f8c450a1e..22ee9769aa923 100644
--- a/nixos/modules/services/web-apps/pretix.nix
+++ b/nixos/modules/services/web-apps/pretix.nix
@@ -63,7 +63,7 @@ in
   };
 
   options.services.pretix = {
-    enable = mkEnableOption "pretix";
+    enable = mkEnableOption "Pretix, a ticket shop application for conferences, festivals, concerts, etc.";
 
     package = mkPackageOption pkgs "pretix" { };