summary refs log tree commit diff
path: root/services/pds.nix
diff options
context:
space:
mode:
Diffstat (limited to 'services/pds.nix')
-rw-r--r--services/pds.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/services/pds.nix b/services/pds.nix
index 68ca66a..671dc6a 100644
--- a/services/pds.nix
+++ b/services/pds.nix
@@ -9,7 +9,7 @@ let
   pdsLocalPort = 16419;
   pdsDir = "/srv/pds";
 
-  pdsImage = dockerTools.buildLayeredImage {
+  pdsImage = dockerTools.streamLayeredImage {
     name = "pds";
     tag = pds.version;
     fromImage = common.alpine.base;
@@ -30,7 +30,7 @@ in
   };
 
   foundation.services.pds = {
-    fullImage = { imageFile = pdsImage; image = "pds:${pds.version}"; };
+    image = pdsImage;
     ports = [ [ pdsLocalPort 3000 ] ];
 
     volumes = [