sombrero: Switch podman to docker

This commit is contained in:
Alexander Heldt
2023-10-22 17:35:14 +02:00
parent 9970f9db14
commit d740aa0f99

View File

@@ -310,11 +310,6 @@
};
virtualisation = {
podman = {
enable = true;
dockerCompat = true;
};
oci-containers.containers = {
plex = {
image = "linuxserver/plex";
@@ -382,6 +377,11 @@
system = "aarch64-linux";
};
mod = {
docker.enable = true;
};
# Copy the NixOS configuration file and link it from the resulting system
# (/run/current-system/configuration.nix). This is useful in case you
# accidentally delete configuration.nix.