mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-06 01:38:06 +00:00
[Developper/Virtualisation] Add virtualbox
This commit is contained in:
parent
3fefe77ab8
commit
e0548cbf89
1 changed files with 8 additions and 0 deletions
|
|
@ -41,8 +41,16 @@ in {
|
||||||
virtualisation.spiceUSBRedirection.enable = true; # Quality of life
|
virtualisation.spiceUSBRedirection.enable = true; # Quality of life
|
||||||
security.virtualisation.flushL1DataCache = "never"; # We do not care, we are on a dev platform
|
security.virtualisation.flushL1DataCache = "never"; # We do not care, we are on a dev platform
|
||||||
|
|
||||||
|
virtualisation.virtualbox.host.enable = true;
|
||||||
|
virtualisation.virtualbox.host.enableExtensionPack = true;
|
||||||
|
|
||||||
|
environment.extraOutputsToInstall = [
|
||||||
|
"doc" "info" "devdoc"
|
||||||
|
];
|
||||||
|
|
||||||
aviallon.programs.allowUnfreeList = [
|
aviallon.programs.allowUnfreeList = [
|
||||||
"tabnine" "clion"
|
"tabnine" "clion"
|
||||||
|
"Oracle_VM_VirtualBox_Extension_Pack" "virtualbox"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue