[z790prors] Add johno to input group

This commit is contained in:
2024-09-02 09:09:20 -07:00
parent b176707b41
commit 65bc26c017

View File

@@ -104,7 +104,7 @@ in
users.users.johno = { users.users.johno = {
isNormalUser = true; isNormalUser = true;
description = "John Ogle"; 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 = { users.users.eli = {