steveel-laptop: add virtualisation options/pkgs
This commit is contained in:
parent
c3c3ef46e9
commit
addff6482c
2 changed files with 10 additions and 3 deletions
|
@ -112,6 +112,9 @@ in
|
||||||
x11_ssh_askpass
|
x11_ssh_askpass
|
||||||
gnome3.dconf # needed by virtmanager
|
gnome3.dconf # needed by virtmanager
|
||||||
virtmanager
|
virtmanager
|
||||||
|
linuxPackages.virtualbox
|
||||||
|
qemu
|
||||||
|
vagrant
|
||||||
|
|
||||||
vlc
|
vlc
|
||||||
audacity
|
audacity
|
||||||
|
|
|
@ -165,7 +165,11 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
# virtualization
|
# virtualization
|
||||||
virtualisation.libvirtd.enable = true;
|
virtualisation = {
|
||||||
virtualisation.virtualbox.host.enable = true;
|
libvirtd.enable = true;
|
||||||
virtualisation.virtualbox.host.addNetworkInterface = true;
|
virtualbox = {
|
||||||
|
host.enable = true;
|
||||||
|
host.addNetworkInterface = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue