From 65bc26c01700d6d54ccd391191eb0b4a694e6318 Mon Sep 17 00:00:00 2001 From: John Ogle Date: Mon, 2 Sep 2024 09:09:20 -0700 Subject: [PATCH] [z790prors] Add johno to input group --- machines/z790prors/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machines/z790prors/configuration.nix b/machines/z790prors/configuration.nix index 58a8f4f..7ffca96 100644 --- a/machines/z790prors/configuration.nix +++ b/machines/z790prors/configuration.nix @@ -104,7 +104,7 @@ in users.users.johno = { isNormalUser = true; description = "John Ogle"; - extraGroups = [ "wheel" "networkmanager" "audio" "libvirtd" ]; # Enable ‘sudo’ for the user. + extraGroups = [ "wheel" "networkmanager" "audio" "libvirtd" "input" ]; # Enable ‘sudo’ for the user. }; users.users.eli = {