refactor: remove root-level nginx example from podman module
This commit is contained in:
@@ -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
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user