1
Fork 0

Add VirtualBox and Vagrant.

This commit is contained in:
Bauke 2023-06-13 19:47:39 +02:00
parent 549e63ac37
commit 6200055181
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
3 changed files with 6 additions and 1 deletions

View File

@ -82,6 +82,7 @@
turbo
typst
typst-lsp
vagrant
vscodium.fhs
xarchiver
xclip

View File

@ -97,5 +97,9 @@
dns_enabled = true;
};
};
virtualbox = {
host.enable = true;
};
};
}

View File

@ -8,7 +8,7 @@
users.bauke = {
description = "Bauke";
extraGroups = [ "networkmanager" "wheel" ];
extraGroups = [ "networkmanager" "vboxusers" "wheel" ];
isNormalUser = true;
};
};