pc: enable virtualbox

This commit is contained in:
陈浩南 2024-01-16 23:33:30 +08:00
parent a9e0a57791
commit d80d009e3a

View File

@ -140,5 +140,6 @@ inputs:
bugs = [ "xmunet" "suspend-hibernate-waydroid" "backlight" "amdpstate" ];
};
services.colord.enable = true;
virtualisation.virtualbox.host = { enable = true; enableExtensionPack = true; };
};
}