Merge branch 'master' of https://git.alanpearce.eu/nixfiles
Alan Pearce alan@alanpearce.eu
Tue, 14 Apr 2020 09:14:34 +0200
1 files changed, 1 insertions(+), 1 deletions(-)
M system/settings/configuration/user.nix → 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";