diff --git a/hosts/goingmerry/configuration.nix b/hosts/goingmerry/configuration.nix index 8fbd88f..d42031b 100644 --- a/hosts/goingmerry/configuration.nix +++ b/hosts/goingmerry/configuration.nix @@ -286,6 +286,16 @@ }; }; }; + # Fix vboxsf not found + boot.kernelPatches = [ + { + name = "vbox-vboxsf-patch"; + patch = null; + extraConfig = '' + VBOXGUEST n + ''; + } + ]; # Some programs need SUID wrappers, can be configured further or are # started in user sessions.