Use NixNG to build Bazarr

This commit is contained in:
Pim Kunis 2024-12-23 17:42:04 +01:00
parent 95ce6f2c7a
commit d581b6228b
5 changed files with 15 additions and 5 deletions

View file

@ -383,7 +383,7 @@
spec = {
containers.bazarr = {
image = globals.images.bazarr;
image = utils.mkNixNGImage "bazarr";
ports.web.containerPort = 6767;
imagePullPolicy = "IfNotPresent";