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 alan@alanpearce.eu
Tue, 14 Apr 2020 09:14:34 +0200
commit

69b6c09db21b237af2bbfe2293e1535bdecf4af2

parent

40088849384907351ebea8defd9c92ee692a3f52

1 files changed, 1 insertions(+), 1 deletions(-)

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