From d98a5c0299a860f8399ec9540a02cdf946c5d4e3 Mon Sep 17 00:00:00 2001 From: chest Date: Wed, 24 Sep 2025 09:21:39 +0300 Subject: [PATCH] cat --- host/Eclipse/configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/host/Eclipse/configuration.nix b/host/Eclipse/configuration.nix index d2ca628..6393e1b 100644 --- a/host/Eclipse/configuration.nix +++ b/host/Eclipse/configuration.nix @@ -29,4 +29,7 @@ in { nixpkgs.config.allowBroken = true; programs.gamemode.enable = true; services.printing.enable = true; + virtualisation.virtualbox.host.enable = true; + users.extraGroups.vboxusers.members = [ "chest" ]; + }