From d1a88ffa2c8cf5d6dd690f9059c0da059e01b716 Mon Sep 17 00:00:00 2001 From: Mel Date: Sat, 7 Dec 2024 18:16:47 +0100 Subject: Convert most services to streamed images and foundation Signed-off-by: Mel --- modules/foundation/services.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/foundation') 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."; -- cgit 1.4.1