summary refs log tree commit diff
path: root/nixos/modules/programs/light.nix
diff options
context:
space:
mode:
authorWill Dietz <w@wdtz.org>2018-09-30 21:16:56 -0500
committerWill Dietz <w@wdtz.org>2018-09-30 21:21:23 -0500
commit5cc251df89d0396202a4bf3fba8a3a133485265c (patch)
tree37c28eda75944500ea8c06f26bb468ca3bc6db0f /nixos/modules/programs/light.nix
parentc78cda2a1a882ef6f4b747a79e6e4cff7686e72d (diff)
downloadnixpkgs-5cc251df89d0396202a4bf3fba8a3a133485265c.tar
nixpkgs-5cc251df89d0396202a4bf3fba8a3a133485265c.tar.gz
nixpkgs-5cc251df89d0396202a4bf3fba8a3a133485265c.tar.bz2
nixpkgs-5cc251df89d0396202a4bf3fba8a3a133485265c.tar.lz
nixpkgs-5cc251df89d0396202a4bf3fba8a3a133485265c.tar.xz
nixpkgs-5cc251df89d0396202a4bf3fba8a3a133485265c.tar.zst
nixpkgs-5cc251df89d0396202a4bf3fba8a3a133485265c.zip
light: user needs to be in the 'video' group
Diffstat (limited to 'nixos/modules/programs/light.nix')
-rw-r--r--nixos/modules/programs/light.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/nixos/modules/programs/light.nix b/nixos/modules/programs/light.nix
index 93bfda481fe..9f2a03e7e76 100644
--- a/nixos/modules/programs/light.nix
+++ b/nixos/modules/programs/light.nix
@@ -13,7 +13,8 @@ in
         default = false;
         type = types.bool;
         description = ''
-          Whether to install Light backlight control command and udev rules.
+          Whether to install Light backlight control command
+          and udev rules granting access to members of the "video" group.
         '';
       };
     };