Use NixNG for Radarr
This commit is contained in:
parent
49ecab9603
commit
89b305a2ac
4 changed files with 14 additions and 4 deletions
modules
|
@ -216,7 +216,7 @@
|
|||
|
||||
spec = {
|
||||
containers.radarr = {
|
||||
image = globals.images.radarr;
|
||||
image = utils.mkNixNGImage "radarr";
|
||||
ports.web.containerPort = 7878;
|
||||
imagePullPolicy = "IfNotPresent";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue