summary refs log tree commit diff
path: root/nixos/modules/services/web-apps/selfoss.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/web-apps/selfoss.nix')
-rw-r--r--nixos/modules/services/web-apps/selfoss.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/web-apps/selfoss.nix b/nixos/modules/services/web-apps/selfoss.nix
index 016e053c802..8debd4904e8 100644
--- a/nixos/modules/services/web-apps/selfoss.nix
+++ b/nixos/modules/services/web-apps/selfoss.nix
@@ -30,7 +30,7 @@ in
   {
     options = {
       services.selfoss = {
-        enable = mkEnableOption "selfoss";
+        enable = mkEnableOption (lib.mdDoc "selfoss");
 
         user = mkOption {
           type = types.str;