Build all images with nix-snapshotter
This commit is contained in:
parent
ab3a068066
commit
708e6b4336
14 changed files with 125 additions and 184 deletions
|
@ -2,7 +2,6 @@
|
|||
lib,
|
||||
config,
|
||||
utils,
|
||||
self,
|
||||
...
|
||||
}: {
|
||||
options.ntfy.enable = lib.mkEnableOption "ntfy";
|
||||
|
@ -26,7 +25,7 @@
|
|||
|
||||
spec = {
|
||||
containers.ntfy = {
|
||||
image = utils.nixSnapshotterRef (utils.mkNixNGImage "ntfy-sh" "${self}/images/ntfy-sh.nix");
|
||||
image = utils.mkNixNGImage "ntfy";
|
||||
ports.web.containerPort = 80;
|
||||
env.TZ.value = "Europe/Amsterdam";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue