add(nix): virtualbox

This commit is contained in:
Léana 江 2024-01-05 15:39:35 +01:00 committed by Léana 江
parent be68791ada
commit c39487eab3
2 changed files with 13 additions and 2 deletions

View file

@ -1 +1,6 @@
{...}: {virtualisation.docker.enable = true;}
{...}: {
virtualisation = {
docker.enable = true;
virtualbox.host.enable = true;
};
}