From acf85dd34bbc44d707b21345216bd79b5e079292 Mon Sep 17 00:00:00 2001 From: xezo360hye Date: Tue, 24 Sep 2024 03:24:43 +0300 Subject: [PATCH] feat(system): install adb on all devices --- system/common.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/system/common.nix b/system/common.nix index c86128c..4fb8645 100644 --- a/system/common.nix +++ b/system/common.nix @@ -64,7 +64,7 @@ in users.users.andrey = { isNormalUser = true; initialHashedPassword = "$y$j9T$mGZT4otEkrc94e.Ile.P20$BoxfgxCiacs.tYoEp7S5AjcP.aMUBrsaCJYJkBot635"; - extraGroups = [ "wheel" "cdrom" "networkmanager" "audio" "dialout" "scanner" "lp" ]; + extraGroups = [ "wheel" "cdrom" "networkmanager" "audio" "dialout" "scanner" "lp" "adbusers" ]; }; security.sudo.execWheelOnly = true; @@ -83,6 +83,7 @@ in openFirewall = true; }; + programs.adb.enable = true; # Distcc services.distccd = {