Build all images with nix-snapshotter
This commit is contained in:
parent
ab3a068066
commit
708e6b4336
14 changed files with 125 additions and 184 deletions
modules
|
@ -42,7 +42,7 @@
|
|||
|
||||
spec = {
|
||||
containers.attic = {
|
||||
image = utils.nixSnapshotterRef (utils.mkNixNGImage "attic" "${self}/images/attic.nix");
|
||||
image = utils.mkNixNGImage "attic";
|
||||
ports.web.containerPort = 8080;
|
||||
|
||||
env = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue