Move test image definitions to a separate file.

This commit is contained in:
r-vdp 2023-09-12 11:45:34 +02:00
parent 31d86eb7da
commit b5ac42f1bd
No known key found for this signature in database
3 changed files with 64 additions and 63 deletions

View file

@ -4,7 +4,8 @@
}:
let
forEachUbuntuImage = lib.flip lib.mapAttrs' system-manager.lib.images.ubuntu.${system};
images = lib.importJSON ../images.json;
forEachUbuntuImage = lib.flip lib.mapAttrs' images.ubuntu.${system};
# To test reload and restart, we include two services, one that can be reloaded
# and one that cannot.