fix: vbox bastard

This commit is contained in:
s-prechtl 2026-02-22 12:52:57 +01:00
parent e849fcca76
commit a48d38f82f

View file

@ -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.