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; [
|
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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue