virtualbox: install UnattendedTemplates

Fix automated/unattended guest installs by having the missing templates
where virtualbox expects them.

Fixes #247807.

+3
+3
pkgs/applications/virtualization/virtualbox/default.nix
··· 212 212 ''} 213 213 214 214 cp -rv out/linux.*/${buildType}/bin/src "$modsrc" 215 + 216 + mkdir -p "$out/share/virtualbox" 217 + cp -rv src/VBox/Main/UnattendedTemplates "$out/share/virtualbox" 215 218 ''; 216 219 217 220 preFixup = optionalString (!headless) ''