diff --git a/system/eddie/configuration.nix b/system/eddie/configuration.nix index 5426ece..15d414a 100644 --- a/system/eddie/configuration.nix +++ b/system/eddie/configuration.nix @@ -154,7 +154,7 @@ users.users.emenel = { isNormalUser = true; description = "emenel"; - extraGroups = [ "networkmanager" "wheel" ]; + extraGroups = [ "networkmanager" "wheel" "uinput" "audio" "video" ]; openssh.authorizedKeys.keys = [ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFvtBCUQEi7r6mXdaULEaMMvGH1IWZBX9tXpjbIECar2 matt@emenel.ca" ]; packages = with pkgs; [ git