add vagrant to vms
This commit is contained in:
parent
33b86e8594
commit
174470416f
1 changed files with 5 additions and 1 deletions
|
@ -4,12 +4,16 @@
|
|||
environment.systemPackages = with pkgs; [
|
||||
virt-manager
|
||||
bridge-utils
|
||||
vagrant
|
||||
];
|
||||
|
||||
environment.variables = {
|
||||
VAGRANT_DEFAULT_PROVIDER="libvirt";
|
||||
};
|
||||
|
||||
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
|
||||
|
||||
# virtualization
|
||||
boot.kernelModules = [ "kvm-intel" ];
|
||||
virtualisation = {
|
||||
libvirtd = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Reference in a new issue