fix(tazjin/tverskoy): Add myself to the 'video' group
This group has access to modifying backlight settings (configured by the udev rules for `light`). Change-Id: I1593980757c6265f6822d3d3dce9e19a2473acd8 Reviewed-on: https://cl.tvl.fyi/c/depot/+/2626 Tested-by: BuildkiteCI Reviewed-by: tazjin <mail@tazj.in>
This commit is contained in:
parent
db20dce4f9
commit
298da90dbd
1 changed files with 1 additions and 1 deletions
|
@ -167,7 +167,7 @@ in lib.fix(self: {
|
|||
users.users.tazjin = {
|
||||
isNormalUser = true;
|
||||
createHome = true;
|
||||
extraGroups = [ "wheel" "networkmanager" ];
|
||||
extraGroups = [ "wheel" "networkmanager" "video" ];
|
||||
uid = 1000;
|
||||
shell = nixpkgs.fish;
|
||||
initialHashedPassword = "$6$d3FywUNCuZnJ4l.$ZW2ul59MLYon1v1xhC3lTJZfZ91lWW6Tpi13MpME0cJcYZNrsx7ABdgQRn.K05awruG2Y9ARAzURnmiJ31WTS1";
|
||||
|
|
Loading…
Reference in a new issue