fix(agenix/pihole): add ziggy to agenix pihole secret

This commit is contained in:
2025-09-07 16:02:14 +02:00
parent 6f154ac3b0
commit 0c5991b85b
5 changed files with 13 additions and 1 deletions

View File

@@ -10,6 +10,7 @@ in
{
options.server.podman = {
enable = lib.mkEnableOption "Enables Podman";
gluetun.enable = lib.mkEnableOption "Enables gluetun";
qbittorrent = {
enable = lib.mkEnableOption "Enable qBittorrent";
url = lib.mkOption {
@@ -152,7 +153,7 @@ in
];
virtualisation.oci-containers.containers = lib.mkMerge [
(lib.mkIf cfg.enable {
(lib.mkIf cfg.gluetun.enable {
gluetun = {
image = "qmcgaw/gluetun";
ports = [