Update flake.lock and disable VirtualBox
Refresh pinned revisions and hashes in flake.lock for several dependencies and set `virtualbox.enable` to false in the desktop system configuration.
This commit is contained in:
@@ -3,7 +3,7 @@ _: {
|
||||
Container & Packaging
|
||||
*/
|
||||
docker.enable = true; # Docker: container runtime and management
|
||||
virtualbox.enable = true; # VirtualBox: PC emulator
|
||||
virtualbox.enable = false; # VirtualBox: PC emulator
|
||||
flatpak = {
|
||||
enable = true; # Flatpak: universal packaging system for Linux
|
||||
packages = {
|
||||
|
||||
Reference in New Issue
Block a user