diff options
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" ]; } |