summary refs log tree commit diff
path: root/services/pds.nix
diff options
context:
space:
mode:
authorMel <einebeere@gmail.com>2024-12-07 15:42:41 +0100
committerMel <einebeere@gmail.com>2024-12-07 15:42:41 +0100
commita511e64fab20700fad50dedd1f966b4605e637b5 (patch)
tree2142d27140d0cedd85c6b3d8880c1952a30d5ed5 /services/pds.nix
parentc8384c12e16efe49673c4e905d5feeea6615b6b4 (diff)
downloadnetwork-a511e64fab20700fad50dedd1f966b4605e637b5.tar.zst
network-a511e64fab20700fad50dedd1f966b4605e637b5.zip
Add image streaming to foundation
Signed-off-by: Mel <einebeere@gmail.com>
Diffstat (limited to 'services/pds.nix')
-rw-r--r--services/pds.nix2
1 files changed, 1 insertions, 1 deletions
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 = [