about summary refs log tree commit diff
path: root/nixos/modules/programs/ausweisapp.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/programs/ausweisapp.nix')
-rw-r--r--nixos/modules/programs/ausweisapp.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/modules/programs/ausweisapp.nix b/nixos/modules/programs/ausweisapp.nix
index 91870df20246d..0359e58c554ca 100644
--- a/nixos/modules/programs/ausweisapp.nix
+++ b/nixos/modules/programs/ausweisapp.nix
@@ -7,10 +7,10 @@ let
 in
 {
   options.programs.ausweisapp = {
-    enable = mkEnableOption (lib.mdDoc "AusweisApp");
+    enable = mkEnableOption "AusweisApp";
 
     openFirewall = mkOption {
-      description = lib.mdDoc ''
+      description = ''
         Whether to open the required firewall ports for the Smartphone as Card Reader (SaC) functionality of AusweisApp.
       '';
       default = false;