Improve virtualization and Android USB debugging
This commit is contained in:
parent
0cb22310dc
commit
2fef3e01c6
1 changed files with 4 additions and 3 deletions
|
@ -34,8 +34,8 @@
|
||||||
|
|
||||||
networking = {
|
networking = {
|
||||||
firewall = {
|
firewall = {
|
||||||
enable = true;
|
enable = false;
|
||||||
allowedTCPPorts = [ 8000 42595 1420 7777 8080 ];
|
allowedTCPPorts = [ 8000 42595 1420 7777 8080 9501 ];
|
||||||
allowedUDPPorts = [ 24642 ];
|
allowedUDPPorts = [ 24642 ];
|
||||||
};
|
};
|
||||||
hostName = "totsugeki";
|
hostName = "totsugeki";
|
||||||
|
@ -79,6 +79,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
programs = {
|
programs = {
|
||||||
|
adb.enable = true;
|
||||||
corectrl = {
|
corectrl = {
|
||||||
enable = true;
|
enable = true;
|
||||||
gpuOverclock.enable = true;
|
gpuOverclock.enable = true;
|
||||||
|
@ -235,5 +236,5 @@
|
||||||
spiceUSBRedirection.enable = true;
|
spiceUSBRedirection.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
users.users.avery.extraGroups = [ "corectrl" "libvirt" ];
|
users.users.avery.extraGroups = [ "corectrl" "libvirt" "kvm" "adbusers" ];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue