diff --git a/machines/loft/configuration.nix b/machines/loft/configuration.nix index 4e1e4b7..cdaded0 100644 --- a/machines/loft/configuration.nix +++ b/machines/loft/configuration.nix @@ -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; };