Odin: disable openvswitch and docker
This commit is contained in:
parent
111865b7ee
commit
4d41a0d056
1 changed files with 3 additions and 13 deletions
|
|
@ -291,20 +291,10 @@
|
||||||
|
|
||||||
# Virtualisation
|
# Virtualisation
|
||||||
virtualisation = {
|
virtualisation = {
|
||||||
vswitch = {
|
# vswitch.enable = true;
|
||||||
enable = true;
|
# docker.enable = true;
|
||||||
# package = pkgs.openvswitch-lts;
|
|
||||||
# package = pkgs.openvswitch-lts.overrideAttrs {
|
|
||||||
# version = "2.3.0";
|
|
||||||
# hash = "sha256-4bP6RyZ2YmhT8i2j+VnlrQYeG/V+G71ETQ7Yj5R++LE=";
|
|
||||||
# };
|
|
||||||
};
|
|
||||||
docker.enable = true;
|
|
||||||
kvmgt.enable = true;
|
kvmgt.enable = true;
|
||||||
libvirtd = {
|
libvirtd = { enable = true; qemu.swtpm.enable = true; };
|
||||||
enable = true;
|
|
||||||
qemu.swtpm.enable = true;
|
|
||||||
};
|
|
||||||
podman.enable = true;
|
podman.enable = true;
|
||||||
# virtualbox.host.enable = true;
|
# virtualbox.host.enable = true;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue