summary refs log tree commit diff
path: root/nixos/modules/services/hardware/vdr.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/hardware/vdr.nix')
-rw-r--r--nixos/modules/services/hardware/vdr.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/modules/services/hardware/vdr.nix b/nixos/modules/services/hardware/vdr.nix
index 4822506a899..6e246f70f51 100644
--- a/nixos/modules/services/hardware/vdr.nix
+++ b/nixos/modules/services/hardware/vdr.nix
@@ -12,7 +12,7 @@ in {
   options = {
 
     services.vdr = {
-      enable = mkEnableOption "enable VDR. Please put config into ${libDir}.";
+      enable = mkEnableOption "VDR. Please put config into ${libDir}";
 
       package = mkOption {
         type = types.package;
@@ -34,7 +34,7 @@ in {
         description = "Additional command line arguments to pass to VDR.";
       };
 
-      enableLirc = mkEnableOption "enable LIRC";
+      enableLirc = mkEnableOption "LIRC";
     };
   };