From b556847dcf69ce1ab2dc888d4e93b300ffa6ede2 Mon Sep 17 00:00:00 2001 From: chest Date: Wed, 24 Sep 2025 09:21:39 +0300 Subject: [PATCH] Eclipse: add VirtualBox --- host/Eclipse/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/host/Eclipse/configuration.nix b/host/Eclipse/configuration.nix index d2ca628..41a4654 100644 --- a/host/Eclipse/configuration.nix +++ b/host/Eclipse/configuration.nix @@ -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" ]; }