fix: vbox bastard
This commit is contained in:
parent
e849fcca76
commit
a48d38f82f
1 changed files with 10 additions and 0 deletions
|
|
@ -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
|
# Some programs need SUID wrappers, can be configured further or are
|
||||||
# started in user sessions.
|
# started in user sessions.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue