diff --git a/modules/services/pi-hole.nix b/modules/services/pi-hole.nix index 20db63a..d4d9b0d 100644 --- a/modules/services/pi-hole.nix +++ b/modules/services/pi-hole.nix @@ -4,7 +4,7 @@ with lib; let # Version tagging - piholeVersion = "2026.02.0"; + piholeVersion = "2026.07.2"; # Helper helper = import ./lib.nix { inherit config pkgs lib; }; cfg = config.numbus.services.pi-hole;