From c8849eb437a3aa0ae0308171d95d4ae990bc7b9a Mon Sep 17 00:00:00 2001 From: Emmet Date: Wed, 12 Jul 2023 14:09:37 -0500 Subject: [PATCH] Added timezone config note to pihole setup doc --- network/pi-hole-setup.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/network/pi-hole-setup.org b/network/pi-hole-setup.org index 2757197..db2fa6a 100644 --- a/network/pi-hole-setup.org +++ b/network/pi-hole-setup.org @@ -23,7 +23,7 @@ In my config ([[https://gitlab.com/librephoenix/nixos-config][GitLab]], [[https: #+END_SRC ** Configuration -This is pretty quick. In the [[./docker-compose.yml][docker-compose.yml]] file, simply change the default admin password for the Pi-hole (marked CHANGEME, you can't miss it). +This is pretty quick. In the [[./docker-compose.yml][docker-compose.yml]] file, simply change the default admin password for the Pi-hole (the =WEBPASSWORD= environment variable defaulted to CHANGEME, you can't miss it) and set the =TZ= variable to your time zone. ** Start Container(s) Once everything is properly configured and you've double-checked it, you can start all the necessary containers by running: