summary refs log tree commit diff
path: root/modules
diff options
context:
space:
mode:
authorMel <einebeere@gmail.com>2024-12-07 18:16:47 +0100
committerMel <einebeere@gmail.com>2024-12-07 18:16:47 +0100
commitd1a88ffa2c8cf5d6dd690f9059c0da059e01b716 (patch)
treeb05d964e2e5c692ce36ec3471939f1f32ba54593 /modules
parenta511e64fab20700fad50dedd1f966b4605e637b5 (diff)
downloadnetwork-d1a88ffa2c8cf5d6dd690f9059c0da059e01b716.tar.zst
network-d1a88ffa2c8cf5d6dd690f9059c0da059e01b716.zip
Convert most services to streamed images and foundation
Signed-off-by: Mel <einebeere@gmail.com>
Diffstat (limited to 'modules')
-rw-r--r--modules/foundation/services.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/foundation/services.nix b/modules/foundation/services.nix
index a552d9f..d4edcb3 100644
--- a/modules/foundation/services.nix
+++ b/modules/foundation/services.nix
@@ -159,6 +159,7 @@ in
           else if imageStream != null then
             {
               inherit imageStream;
+              image = "${imageStream.imageName}:${imageStream.imageTag}";
             }
           else
             throw "can't use both `fullImage` and `image` together.";