diff options
| author | Mel <einebeere@gmail.com> | 2024-12-07 18:16:47 +0100 |
|---|---|---|
| committer | Mel <einebeere@gmail.com> | 2024-12-07 18:16:47 +0100 |
| commit | d1a88ffa2c8cf5d6dd690f9059c0da059e01b716 (patch) | |
| tree | b05d964e2e5c692ce36ec3471939f1f32ba54593 /modules/foundation | |
| parent | a511e64fab20700fad50dedd1f966b4605e637b5 (diff) | |
| download | network-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/foundation')
| -rw-r--r-- | modules/foundation/services.nix | 1 |
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."; |
