talos: don't need virtualisation right now

This commit is contained in:
Antoine Martin 2024-03-14 11:49:27 +01:00
parent 8c86cafd96
commit b6d7aae971

View file

@ -65,7 +65,7 @@
}; };
virtualisation = { virtualisation = {
docker.enable = true; docker.enable = true;
libvirtd.enable = true; libvirtd.enable = false;
}; };
my.services = { my.services = {