Revert "Remove virtualbox"

This reverts commit 1da0aa8830.
This commit is contained in:
Charlotte Van Petegem 2020-09-15 13:58:57 +02:00
parent 13c7e14409
commit 0fdd611704
3 changed files with 11 additions and 1 deletions

View file

@ -2,5 +2,5 @@
{
# Use latest kernel
boot.kernelPackages = pkgs.linuxPackages_latest;
#boot.kernelPackages = pkgs.linuxPackages_latest;
}

View file

@ -0,0 +1,9 @@
{ ... }: {
custom.zfs.homeLinks = [
{ path = "VirtualBox VMs"; type = "data"; }
];
virtualisation.virtualbox.host.enable = true;
users.users.charlotte.extraGroups = [ "vboxusers" ];
}