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 d523a5c8e1 modules(pihole-container): expliclitly stop the container with podman
Currently the container often fails to startup again in a nixos-rebuild.
Maybe this is because the container lingers a bit after the systemd.service has already been stopped and the container from the restarted service can't be created.
The podman-stop command should delay the stopping of the service until the container is gone too.
2022-10-17 01:17:29 +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): expliclitly stop the container with podman 2022-10-17 01:17:29 +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