summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
authorsinanmohd <sinan@sinanmohd.com>2024-01-08 21:05:38 +0530
committersinanmohd <sinan@sinanmohd.com>2024-01-08 21:06:03 +0530
commit75b2100504c5d5eb242388a7c92f7819e6a2dd20 (patch)
treec11932f102e38eb169e829d9db6649298202b7d4 /hosts
parent24936d35ff46dc3b041d4914125179edc039c674 (diff)
common: move adb configuration to hosts/cez
Diffstat (limited to 'hosts')
-rw-r--r--hosts/cez/configuration.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/hosts/cez/configuration.nix b/hosts/cez/configuration.nix
index c76550e..3a2a196 100644
--- a/hosts/cez/configuration.nix
+++ b/hosts/cez/configuration.nix
@@ -38,4 +38,7 @@ in
};
getty.autologinUser = user;
};
+
+ programs.adb.enable = true;
+ userdata.groups = [ "adbusers" ];
}