fix(x1): remove unused Docker and Podman configs

- Disabled `docker.enable` and `podman.dockerCompat` as they are no longer utilized.
- Simplifies the `virtualisation` settings for the x1 system.
This commit is contained in:
Harald Hoyer 2026-01-15 13:25:42 +01:00
parent f8368162bb
commit 88bf3cbcb8

View file

@ -126,9 +126,7 @@ with lib.metacfg;
#'';
virtualisation = {
docker.enable = true;
libvirtd.enable = true;
podman.dockerCompat = false;
};
system.autoUpgrade = {