feat: add virtualization config to x86_64-linux system

This commit introduces virtualization configurations for docker and libvirtd in the x86_64-linux system. It also sets the podman.dockerCompat to false to avoid compatibility issues.
This commit is contained in:
Harald Hoyer 2024-04-11 10:48:50 +02:00
parent f9d045b883
commit c0991dbdd1

View file

@ -13,6 +13,12 @@ with lib.metacfg;
secureboot.enable = true;
};
virtualisation = {
docker.enable = true;
libvirtd.enable = true;
podman.dockerCompat = false;
};
system.autoUpgrade = {
enable = true;
operation = "boot";