This commit is contained in:
Chris Cochrun 2025-06-24 07:35:14 -05:00
parent 1b65032415
commit cac0d8071b
4 changed files with 30 additions and 30 deletions

View file

@ -84,7 +84,7 @@
# Define a user account. Don't forget to set a password with passwd.
users.users.chris = {
isNormalUser = true;
extraGroups = [ "adbusers" "wheel" "networkmanager" "input" "uinput" ];
extraGroups = [ "adbusers" "wheel" "networkmanager" "input" "uinput" "dialout" ];
};
services.fwupd.enable = true;