1
0
Fork 0

Improve virtualization and Android USB debugging

This commit is contained in:
Avery 2025-02-02 14:06:03 +01:00
parent 0cb22310dc
commit 2fef3e01c6
Signed by: Avery
GPG key ID: B684FD451B692E04

View file

@ -34,8 +34,8 @@
networking = {
firewall = {
enable = true;
allowedTCPPorts = [ 8000 42595 1420 7777 8080 ];
enable = false;
allowedTCPPorts = [ 8000 42595 1420 7777 8080 9501 ];
allowedUDPPorts = [ 24642 ];
};
hostName = "totsugeki";
@ -79,6 +79,7 @@
};
programs = {
adb.enable = true;
corectrl = {
enable = true;
gpuOverclock.enable = true;
@ -235,5 +236,5 @@
spiceUSBRedirection.enable = true;
};
users.users.avery.extraGroups = [ "corectrl" "libvirt" ];
users.users.avery.extraGroups = [ "corectrl" "libvirt" "kvm" "adbusers" ];
}