loft: adb user group

This commit is contained in:
Michael Thomas 2022-02-17 17:52:26 -05:00
parent e825d3e101
commit 84011a1396

View File

@ -56,7 +56,7 @@
users.users.michael = {
isNormalUser = true;
description = "Michael Thomas";
extraGroups = [ "wheel" "docker" "networkmanager" ]; # Enable sudo for the user.
extraGroups = [ "wheel" "docker" "networkmanager" "adbusers" ]; # Enable sudo for the user.
shell = pkgs.zsh;
};