From 05004450035126c8485164f354fbda29082db29c Mon Sep 17 00:00:00 2001 From: Numbus Informatique Date: Mon, 8 Jun 2026 12:40:06 +0200 Subject: [PATCH] Update Traefik --- modules/services/traefik.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/services/traefik.nix b/modules/services/traefik.nix index 6e77709..9cb0927 100644 --- a/modules/services/traefik.nix +++ b/modules/services/traefik.nix @@ -4,7 +4,7 @@ with lib; let # Version tagging - traefikVersion = "v3.7.1"; + traefikVersion = "v3.7.4"; # Helper helper = import ./lib.nix { inherit config pkgs lib; }; cfg = config.numbus.services.traefik;