Odin: disable openvswitch and docker

This commit is contained in:
Filippo Berto 2024-06-05 10:39:45 +02:00
parent 111865b7ee
commit 4d41a0d056
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056

View file

@ -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;
}; };