feat: Added adb
This commit is contained in:
@@ -17,6 +17,7 @@
|
|||||||
};
|
};
|
||||||
alvr.enable = true;
|
alvr.enable = true;
|
||||||
alvr.openFirewall = true;
|
alvr.openFirewall = true;
|
||||||
|
adb.enable = true;
|
||||||
steam.enable = true;
|
steam.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -27,7 +28,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
virtualisation.libvirtd.enable = true;
|
virtualisation.libvirtd.enable = true;
|
||||||
users.extraUsers.servius.extraGroups = ["libvirtd"];
|
users.extraUsers.servius.extraGroups = ["libvirtd" "adbusers" "kvm"];
|
||||||
|
|
||||||
boot.extraModprobeConfig = ''
|
boot.extraModprobeConfig = ''
|
||||||
options kvm_intel nested=1
|
options kvm_intel nested=1
|
||||||
|
|||||||
Reference in New Issue
Block a user