From 49a9a24c757aa86a2423aa7801eb0fcfdcb75dd5 Mon Sep 17 00:00:00 2001 From: tdback Date: Tue, 12 Nov 2024 20:34:11 -0500 Subject: [PATCH] file doesn't work unless it's a secret. instead, we want to use webpassword and set an initial value, then change it using the podman --- containers/pihole/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containers/pihole/default.nix b/containers/pihole/default.nix index e144d83..3c26ba4 100644 --- a/containers/pihole/default.nix +++ b/containers/pihole/default.nix @@ -22,7 +22,7 @@ in ]; environment = { TZ = "America/Detroit"; - WEBPASSWORD_FILE = "${directory}/webpass"; + WEBPASSWORD = "CHANGE_ME_PLEASE!"; FTLCONF_LOCAL_IPV4 = ip; INTERFACE = interface; };