microvm-host: enable ceph assetions

This commit is contained in:
Sandro - 2023-06-25 19:16:11 +02:00
parent 10246704d2
commit 8192e158ca
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 6 additions and 7 deletions

View File

@ -8,13 +8,12 @@
};
config = {
# TODO: activate when we fixed the ceph
# assertions = [
# {
# assertion = config.skyflake.storage.ceph.package != 17;
# message = "Please pin ceph to major version 17!";
# }
# ];
assertions = [
{
assertion = config.skyflake.storage.ceph.package != 17;
message = "Please pin ceph to major version 17!";
}
];
microvm = {
# just all the microvms from this flake that are supposed to run on the server