From 75b2100504c5d5eb242388a7c92f7819e6a2dd20 Mon Sep 17 00:00:00 2001
From: sinanmohd <sinan@sinanmohd.com>
Date: Mon, 8 Jan 2024 21:05:38 +0530
Subject: common: move adb configuration to hosts/cez

---
 hosts/cez/configuration.nix | 3 +++
 1 file changed, 3 insertions(+)

(limited to 'hosts')

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" ];
 }
-- 
cgit v1.2.3