feat: stuff

This commit is contained in:
2024-07-01 15:01:37 +02:00
parent eb85d22494
commit 8eec63e5f3
7 changed files with 59 additions and 1 deletions

View File

@@ -16,7 +16,6 @@ in
};
config = mkIf cfg.enable {
programs.adb.enable = true;
users.users.${username}.extraGroups = [ "adbusers" ];
networking.firewall.allowedTCPPorts = [ 5037 ];
};