diff options
author | Vincent Ambo <mail@tazj.in> | 2021-03-21T04·10+0200 |
---|---|---|
committer | tazjin <mail@tazj.in> | 2021-03-21T13·06+0000 |
commit | 298da90dbd3743e7f99b79be230d087910b45fcb (patch) | |
tree | 204b9c0824cceb57b294dcb8c3d5b1858b2d4240 /users/tazjin/nixos/tverskoy | |
parent | db20dce4f9ceb466bc9eb731952c9bde45d5d248 (diff) |
fix(tazjin/tverskoy): Add myself to the 'video' group r/2308
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>
Diffstat (limited to 'users/tazjin/nixos/tverskoy')
-rw-r--r-- | users/tazjin/nixos/tverskoy/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/users/tazjin/nixos/tverskoy/default.nix b/users/tazjin/nixos/tverskoy/default.nix index 977f364996bd..8d79e019a519 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"; |