Update Pi-Hole

This commit is contained in:
2026-07-21 14:33:26 +02:00
parent d081939f5a
commit ba3393186b
+1 -1
View File
@@ -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;