Enable adb debugging

This commit is contained in:
Zuckerberg 2023-11-08 21:32:26 -07:00
parent 2d27bf7505
commit 4606cc32ba

View File

@ -40,7 +40,7 @@
programs.dconf.enable = true;
virtualisation.spiceUSBRedirection.enable = true;
environment.systemPackages = with pkgs; [ virt-manager ];
users.users.googlebot.extraGroups = [ "libvirtd" ];
users.users.googlebot.extraGroups = [ "libvirtd" "adbusers" ];
# allow building ARM derivations
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
@ -62,4 +62,6 @@
# barrier
24800
];
programs.adb.enable = true;
}