Eclipse: add VirtualBox

This commit is contained in:
2025-09-24 09:21:39 +03:00
committed by Sweetbread
parent 3f06268365
commit b556847dcf
+2
View File
@@ -29,4 +29,6 @@ in {
nixpkgs.config.allowBroken = true;
programs.gamemode.enable = true;
services.printing.enable = true;
virtualisation.virtualbox.host.enable = true;
users.extraGroups.vboxusers.members = [ "chest" ];
}