From a511e64fab20700fad50dedd1f966b4605e637b5 Mon Sep 17 00:00:00 2001 From: Mel Date: Sat, 7 Dec 2024 15:42:41 +0100 Subject: Add image streaming to foundation Signed-off-by: Mel --- services/pds.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'services/pds.nix') diff --git a/services/pds.nix b/services/pds.nix index 45be843..68ca66a 100644 --- a/services/pds.nix +++ b/services/pds.nix @@ -30,7 +30,7 @@ in }; foundation.services.pds = { - image = { imageFile = pdsImage; image = "pds:${pds.version}"; }; + fullImage = { imageFile = pdsImage; image = "pds:${pds.version}"; }; ports = [ [ pdsLocalPort 3000 ] ]; volumes = [ -- cgit 1.4.1