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:
parent
f9d045b883
commit
c0991dbdd1
|
@ -13,6 +13,12 @@ with lib.metacfg;
|
||||||
secureboot.enable = true;
|
secureboot.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
virtualisation = {
|
||||||
|
docker.enable = true;
|
||||||
|
libvirtd.enable = true;
|
||||||
|
podman.dockerCompat = false;
|
||||||
|
};
|
||||||
|
|
||||||
system.autoUpgrade = {
|
system.autoUpgrade = {
|
||||||
enable = true;
|
enable = true;
|
||||||
operation = "boot";
|
operation = "boot";
|
||||||
|
|
Loading…
Reference in a new issue