Add VirtualBox and Vagrant.
This commit is contained in:
parent
549e63ac37
commit
6200055181
|
@ -82,6 +82,7 @@
|
|||
turbo
|
||||
typst
|
||||
typst-lsp
|
||||
vagrant
|
||||
vscodium.fhs
|
||||
xarchiver
|
||||
xclip
|
||||
|
|
|
@ -97,5 +97,9 @@
|
|||
dns_enabled = true;
|
||||
};
|
||||
};
|
||||
|
||||
virtualbox = {
|
||||
host.enable = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
users.bauke = {
|
||||
description = "Bauke";
|
||||
extraGroups = [ "networkmanager" "wheel" ];
|
||||
extraGroups = [ "networkmanager" "vboxusers" "wheel" ];
|
||||
isNormalUser = true;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue