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:
2026-02-11 13:31:19 +01:00
parent 53f787d6c8
commit e2d9522d89
2 changed files with 16 additions and 16 deletions

View File

@@ -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 = {