refactor: remove root-level nginx example from podman module

This commit is contained in:
2026-07-18 04:04:19 +01:00
parent a027a1adac
commit 21ad4f97cd

View File

@@ -3,17 +3,6 @@
virtualisation.podman = {
enable = true;
# Rootless containers by default
# .container files in /etc/containers/systemd/ are auto-detected
};
# Nix-declared containers
virtualisation.oci-containers = {
backend = "podman";
containers = {
nginx-example = {
image = "nginx:latest";
ports = [ "9999:80" ];
};
};
# Quadlet files in ~/.config/containers/systemd/ are auto-detected
};
}