bloc commenté pour activer le pack d'extention virtualbox

extraction-donnees-privees 2016-08-20-phenom
Yves Dubromelle 9 years ago
parent 313457be31
commit e8521880e1

@ -15,5 +15,13 @@ mkIf cfg.virtualbox {
linuxPackages.virtualboxGuestAdditions linuxPackages.virtualboxGuestAdditions
]; ];
# À décommenter pour activer le pack d'extension
#boot.kernelPackages = pkgs.linuxPackages // {
# virtualbox = pkgs.linuxPackages.virtualbox.override {
# enableExtensionPack = true;
# pulseSupport = true;
# };
#};
virtualisation.virtualbox.host.enable = true; virtualisation.virtualbox.host.enable = true;
} }

Loading…
Cancel
Save