Build blog image with NixNG
This commit is contained in:
parent
bbb149def3
commit
4f956c005c
7 changed files with 156 additions and 58 deletions
|
@ -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;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue