From 298da90dbd3743e7f99b79be230d087910b45fcb Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Sun, 21 Mar 2021 06:10:20 +0200 Subject: 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 --- users/tazjin/nixos/tverskoy/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/users/tazjin/nixos/tverskoy/default.nix b/users/tazjin/nixos/tverskoy/default.nix index 977f364996..8d79e019a5 100644 --- a/users/tazjin/nixos/tverskoy/default.nix +++ b/users/tazjin/nixos/tverskoy/default.nix @@ -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"; -- cgit 1.4.1