summary refs log tree commit diff
path: root/modules/foundation
diff options
context:
space:
mode:
Diffstat (limited to 'modules/foundation')
-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.";