summary refs log tree commit diff
path: root/nixos/modules/services/video/epgstation/default.nix
diff options
context:
space:
mode:
authorpennae <github@quasiparticle.net>2021-11-26 01:16:07 +0100
committerpennae <github@quasiparticle.net>2021-12-06 00:38:05 +0100
commitc694c35f9da13e7008b281d757385e6ad525e22a (patch)
tree5c2fff456d826f88002a1edc4750d8f42f6e766e /nixos/modules/services/video/epgstation/default.nix
parent3e9c5fc8ca258d705d362689d614fbb8d53f177e (diff)
downloadnixpkgs-c694c35f9da13e7008b281d757385e6ad525e22a.tar
nixpkgs-c694c35f9da13e7008b281d757385e6ad525e22a.tar.gz
nixpkgs-c694c35f9da13e7008b281d757385e6ad525e22a.tar.bz2
nixpkgs-c694c35f9da13e7008b281d757385e6ad525e22a.tar.lz
nixpkgs-c694c35f9da13e7008b281d757385e6ad525e22a.tar.xz
nixpkgs-c694c35f9da13e7008b281d757385e6ad525e22a.tar.zst
nixpkgs-c694c35f9da13e7008b281d757385e6ad525e22a.zip
nixos/*: escape pkgs reference in examples and descriptions
Diffstat (limited to 'nixos/modules/services/video/epgstation/default.nix')
-rw-r--r--nixos/modules/services/video/epgstation/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/video/epgstation/default.nix b/nixos/modules/services/video/epgstation/default.nix
index 36f7b937d5a..56bd9d9eeec 100644
--- a/nixos/modules/services/video/epgstation/default.nix
+++ b/nixos/modules/services/video/epgstation/default.nix
@@ -48,7 +48,7 @@ let
 in
 {
   options.services.epgstation = {
-    enable = mkEnableOption pkgs.epgstation.meta.description;
+    enable = mkEnableOption "EPGStation: DTV Software in Japan";
 
     usePreconfiguredStreaming = mkOption {
       type = types.bool;