feat(wim): add virtualbox for school
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2024-11-18 03:46:06 -05:00
parent c24fc33c85
commit 94e03ef880

View file

@ -95,6 +95,11 @@
virtualisation = {
libvirtd.enable = true;
virtualbox.host = {
enable = true;
enableKvm = true;
addNetworkInterface = false;
};
waydroid.enable = true;
};
environment.systemPackages = builtins.attrValues {