From bfe0a585df7ee05cc3ba44b2299e458274d1249f Mon Sep 17 00:00:00 2001 From: Jacob Hinkle Date: Fri, 12 May 2023 08:09:49 -0400 Subject: [PATCH] Update pihole image from 2022.10 to 2023.03.1 This is not currently activated due to /boot/EFI/nixos filling up --- machines/cj/pihole.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machines/cj/pihole.nix b/machines/cj/pihole.nix index 6efc0b8..0a49b20 100644 --- a/machines/cj/pihole.nix +++ b/machines/cj/pihole.nix @@ -1,5 +1,5 @@ { serverIP, serverIP6 } : { - image = "pihole/pihole:2022.10"; + image = "pihole/pihole:2023.03.1"; ports = [ "53:53/tcp" "53:53/udp"