podman updated version of images

This commit is contained in:
2024-11-06 22:12:43 -06:00
parent ae40b6208c
commit 00f2fd8f57
6 changed files with 6 additions and 10 deletions

View File

@@ -13,14 +13,10 @@ in
};
services = {
prowlarr.enable = cfg.enable;
flaresolverr.enable = cfg.enable;
nginx.virtualHosts."${cfg.host}" = lib.mkIf cfg.enableProxy (
setup.proxyReverseArr cfg.hostName cfg.port // { }
);
};
virtualisation.oci-containers.containers.flaresolverr = lib.mkIf cfg.enable {
autoStart = true;
image = "ghcr.io/flaresolverr/flaresolverr:latest";
ports = [ "8191:8191" ];
};
};
}