Build Prowlarr image with NixNG

This commit is contained in:
Pim Kunis 2024-12-23 18:58:03 +01:00
parent d581b6228b
commit 70880ac224
5 changed files with 15 additions and 5 deletions

View file

@ -276,7 +276,7 @@
volumes.config.persistentVolumeClaim.claimName = "prowlarr";
containers.prowlarr = {
image = globals.images.prowlarr;
image = utils.mkNixNGImage "prowlarr";
ports.web.containerPort = 9696;
imagePullPolicy = "IfNotPresent";