diff --git a/hosts/luci/hardware-configuration.nix b/hosts/luci/hardware-configuration.nix index 10066e8..96ffe4b 100644 --- a/hosts/luci/hardware-configuration.nix +++ b/hosts/luci/hardware-configuration.nix @@ -53,5 +53,8 @@ hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; hardware.opengl.enable = true; hardware.opengl.driSupport = true; + + virtualisation.virtualbox.host.enable = true; + users.extraGroups.vboxusers.members = [ "ephase" ]; hardware.opengl.driSupport32Bit = true; }