From 8192e158ca2313b0e17e10804609af1b12086815 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Sun, 25 Jun 2023 19:16:11 +0200 Subject: [PATCH] microvm-host: enable ceph assetions --- modules/microvm-host.nix | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/modules/microvm-host.nix b/modules/microvm-host.nix index 4fced9c4..d9e70c3c 100644 --- a/modules/microvm-host.nix +++ b/modules/microvm-host.nix @@ -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