about summary refs log tree commit diff
path: root/nixos/modules
diff options
context:
space:
mode:
authorstuebinm <stuebinm@disroot.org>2024-04-19 21:39:02 +0200
committerstuebinm <stuebinm@disroot.org>2024-04-19 21:39:02 +0200
commit5cbfb939e5701d0ea1568916e0b5d521a1f24971 (patch)
tree9c6de668eeee5cfebc0ede5f9bbab15a071281b5 /nixos/modules
parent7eceafd98fcc18e57305ae82f2e6cba51b06ceac (diff)
nixos/fcast-receiver: remove uses of lib.mdDoc
Diffstat (limited to 'nixos/modules')
-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.
       '';
     };