all repos — nixfiles @ 430a1ab35f73aab44eb9f2ac13d01a98d7fb3fec

System and user configuration, managed by nix and home-manager

Add user to video group

Alan Pearce
commit

430a1ab35f73aab44eb9f2ac13d01a98d7fb3fec

parent

25975c5d2ad63ef95a024ab83dd57af6870e835d

1 file changed, 1 insertion(+), 1 deletion(-)

jump to
M system/settings/configuration/user.nixsystem/settings/configuration/user.nix
@@ -3,7 +3,7 @@
{ users.extraUsers.alan = { description = "Alan Pearce"; isNormalUser = true; - extraGroups = [ "audio" "wheel" "lp" "adbusers" "docker" "nitrokey" "dialout" "networkmanager" ]; + extraGroups = [ "audio" "wheel" "lp" "adbusers" "docker" "nitrokey" "dialout" "networkmanager" "video" ]; shell = "/run/current-system/sw/bin/zsh"; initialPassword = "password"; home = "/home/alan";