add vagrant to vms

This commit is contained in:
Grigory Shipunov 2023-07-11 21:56:06 +02:00
parent 33b86e8594
commit 174470416f
Signed by: 0xa
GPG key ID: 91FA5E5BF9AA901C

View file

@ -4,12 +4,16 @@
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
virt-manager virt-manager
bridge-utils bridge-utils
vagrant
]; ];
environment.variables = {
VAGRANT_DEFAULT_PROVIDER="libvirt";
};
boot.binfmt.emulatedSystems = [ "aarch64-linux" ]; boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
# virtualization # virtualization
boot.kernelModules = [ "kvm-intel" ];
virtualisation = { virtualisation = {
libvirtd = { libvirtd = {
enable = true; enable = true;