about summary refs log tree commit diff
path: root/nixos/modules/programs/fcast-receiver.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/programs/fcast-receiver.nix')
-rw-r--r--nixos/modules/programs/fcast-receiver.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/modules/programs/fcast-receiver.nix b/nixos/modules/programs/fcast-receiver.nix
index 8da07a66e2223..2e4e6bf8b242a 100644
--- a/nixos/modules/programs/fcast-receiver.nix
+++ b/nixos/modules/programs/fcast-receiver.nix
@@ -11,11 +11,11 @@ in
   };
 
   options.programs.fcast-receiver = {
-    enable = mkEnableOption (lib.mdDoc "FCast Receiver");
+    enable = mkEnableOption "FCast Receiver";
     openFirewall = mkOption {
       type = types.bool;
       default = false;
-      description = lib.mdDoc ''
+      description = ''
         Open ports needed for the functionality of the program.
       '';
     };