A NixOS flake providing a [Pi-hole](https://pi-hole.net) container & NixOS module for running it in a (rootless) podman container.
Find a file
Christopher Bacher 53a4cddd7c modules(pihole-container): add sleep in ExecStopPost= to force a wait
This is necessary because podman-stop did not wait until the container was actually deleted and `RestartSec=` does not apply if the service is restarted by systemd itself (via restart).
RestartSec only applies if the restart reason is covered by `Restart=`
2022-10-17 01:49:54 +02:00
lib lib(util): toEnvValue converts list into the format '[A;B;C]' 2022-10-16 15:25:31 +02:00
modules modules(pihole-container): add sleep in ExecStopPost= to force a wait 2022-10-17 01:49:54 +02:00
.gitignore git(ignore): nix build output result 2022-10-16 18:46:50 +02:00
flake.nix image(pihole): update to 2022.10 2022-10-16 22:53:32 +02:00
pihole-image-base-info.nix image(pihole): update to 2022.10 2022-10-16 22:53:32 +02:00