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:
parent
f8368162bb
commit
88bf3cbcb8
1 changed files with 0 additions and 2 deletions
|
|
@ -126,9 +126,7 @@ with lib.metacfg;
|
||||||
#'';
|
#'';
|
||||||
|
|
||||||
virtualisation = {
|
virtualisation = {
|
||||||
docker.enable = true;
|
|
||||||
libvirtd.enable = true;
|
libvirtd.enable = true;
|
||||||
podman.dockerCompat = false;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
system.autoUpgrade = {
|
system.autoUpgrade = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue