Services/Nginx: Update to v2.13.1

This commit is contained in:
2025-11-12 19:56:53 +01:00
parent 359cf544a9
commit e174d547a7
+1 -1
View File
@@ -4,7 +4,7 @@
pkgs,
...
}: let
nginxVersion = "2.12.6";
nginxVersion = "2.13.1";
in {
virtualisation.oci-containers.containers = {
nginx-proxy-manager = {