Enable adb debugging
This commit is contained in:
parent
2d27bf7505
commit
4606cc32ba
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user