feat(nix): enable Docker and disable Podman compatibility
- Enabled Docker support by setting `docker.enable` to true. - Disabled Podman's Docker compatibility mode with `podman.dockerCompat`. - Improves virtualization configuration by prioritizing Docker usage.
This commit is contained in:
parent
31c70d3b26
commit
4060ee4b92
1 changed files with 2 additions and 0 deletions
|
|
@ -109,6 +109,8 @@ with lib.metacfg;
|
|||
|
||||
virtualisation = {
|
||||
libvirtd.enable = true;
|
||||
docker.enable = true;
|
||||
podman.dockerCompat = false;
|
||||
};
|
||||
|
||||
system.autoUpgrade = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue