refactor: remove root-level nginx example from podman module
This commit is contained in:
@@ -3,17 +3,6 @@
|
|||||||
virtualisation.podman = {
|
virtualisation.podman = {
|
||||||
enable = true;
|
enable = true;
|
||||||
# Rootless containers by default
|
# Rootless containers by default
|
||||||
# .container files in /etc/containers/systemd/ are auto-detected
|
# Quadlet files in ~/.config/containers/systemd/ are auto-detected
|
||||||
};
|
|
||||||
|
|
||||||
# Nix-declared containers
|
|
||||||
virtualisation.oci-containers = {
|
|
||||||
backend = "podman";
|
|
||||||
containers = {
|
|
||||||
nginx-example = {
|
|
||||||
image = "nginx:latest";
|
|
||||||
ports = [ "9999:80" ];
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user