diff options
author | sinanmohd <sinan@sinanmohd.com> | 2024-01-08 21:05:38 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2024-01-08 21:06:03 +0530 |
commit | 75b2100504c5d5eb242388a7c92f7819e6a2dd20 (patch) | |
tree | c11932f102e38eb169e829d9db6649298202b7d4 /hosts/cez | |
parent | 24936d35ff46dc3b041d4914125179edc039c674 (diff) |
common: move adb configuration to hosts/cez
Diffstat (limited to 'hosts/cez')
-rw-r--r-- | hosts/cez/configuration.nix | 3 |
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" ]; } |