From a48d38f82fbc67427abbec4d79aaa02650c70c25 Mon Sep 17 00:00:00 2001 From: s-prechtl Date: Sun, 22 Feb 2026 12:52:57 +0100 Subject: [PATCH] fix: vbox bastard --- hosts/goingmerry/configuration.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) 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.