From 7b13aa62a81397340a67ba28084a47fb16091e4e Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Mon, 13 Sep 2021 15:37:59 +0300 Subject: feat(tazjin/tverskoy): Enable adb Change-Id: I088d2b0526f10d848da56d8192e93b79d6297746 Reviewed-on: https://cl.tvl.fyi/c/depot/+/3539 Tested-by: BuildkiteCI Reviewed-by: tazjin --- users/tazjin/nixos/tverskoy/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'users/tazjin/nixos') diff --git a/users/tazjin/nixos/tverskoy/default.nix b/users/tazjin/nixos/tverskoy/default.nix index e86b20fc3f..ec32a417a8 100644 --- a/users/tazjin/nixos/tverskoy/default.nix +++ b/users/tazjin/nixos/tverskoy/default.nix @@ -204,7 +204,7 @@ in lib.fix(self: { users.users.tazjin = { isNormalUser = true; createHome = true; - extraGroups = [ "wheel" "networkmanager" "video" ]; + extraGroups = [ "wheel" "networkmanager" "video" "adbusers" ]; uid = 1000; shell = pkgs.fish; initialHashedPassword = "$6$d3FywUNCuZnJ4l.$ZW2ul59MLYon1v1xhC3lTJZfZ91lWW6Tpi13MpME0cJcYZNrsx7ABdgQRn.K05awruG2Y9ARAzURnmiJ31WTS1"; @@ -216,6 +216,7 @@ in lib.fix(self: { ssh.startAgent = true; mosh.enable = true; steam.enable = true; + adb.enable = true; # Required by impermanence fuse.userAllowOther = true; -- cgit 1.4.1