Use NixNG for Radarr

This commit is contained in:
Pim Kunis 2024-12-21 13:57:19 +01:00
parent 49ecab9603
commit 89b305a2ac
4 changed files with 14 additions and 4 deletions
modules

View file

@ -216,7 +216,7 @@
spec = {
containers.radarr = {
image = globals.images.radarr;
image = utils.mkNixNGImage "radarr";
ports.web.containerPort = 7878;
imagePullPolicy = "IfNotPresent";