all repos — nixfiles @ 69b6c09db21b237af2bbfe2293e1535bdecf4af2

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

Merge branch 'master' of https://git.alanpearce.eu/nixfiles

Alan Pearce
commit

69b6c09db21b237af2bbfe2293e1535bdecf4af2

parent

40088849384907351ebea8defd9c92ee692a3f52

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";