Build blog image with NixNG

This commit is contained in:
Pim Kunis 2024-12-31 11:29:29 +01:00
parent bbb149def3
commit 4f956c005c
7 changed files with 156 additions and 58 deletions

View file

@ -1,5 +1,5 @@
{
blog-pim,
utils,
lib,
config,
...
@ -17,7 +17,7 @@
spec = {
containers.blog = {
image = "git.kun.is/home/blog-pim:${blog-pim.rev}";
image = utils.mkNixNGImage "blog";
ports.web.containerPort = 80;
};
};