From 84011a1396745c47c02bce79b169e17e31c151fa Mon Sep 17 00:00:00 2001 From: Michael Thomas Date: Thu, 17 Feb 2022 17:52:26 -0500 Subject: [PATCH] loft: adb user group --- machines/loft/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; };