From 430a1ab35f73aab44eb9f2ac13d01a98d7fb3fec Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Thu, 9 Apr 2020 14:12:50 +0200 Subject: Add user to video group --- system/settings/configuration/user.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system/settings/configuration') diff --git a/system/settings/configuration/user.nix b/system/settings/configuration/user.nix index def1a765..e152a91b 100644 --- a/system/settings/configuration/user.nix +++ b/system/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"; -- cgit 1.4.1