Loading
nixos/virtualbox-guest: Allow using in-tree kernel modules
Since commit 78c1d0ba ("linux: Enable Virtualbox guest modules") the NixOS kernel ships the in-tree kernel modules for Virtualbox guests. Since they do work well with the Virtualbox guest utils, add a switch to the related NixOS module allowing users to not use the 3rd party kernel modules. Enable the 3rd party modules by default in order to not change the current behavior. Signed-off-by:Felix Singer <felixsinger@posteo.net>