From 38185e5ac1cf67b24f49f2d6d6ba2d93ec224b65 Mon Sep 17 00:00:00 2001 From: Markus Schmidl Date: Sat, 25 Nov 2023 23:51:08 +0100 Subject: [PATCH] remove module check --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index e8d2b86..3a9b79b 100644 --- a/flake.nix +++ b/flake.nix @@ -189,6 +189,7 @@ ./modules/TLMS { deployment-TLMS.monitoring.enable = myRegistry.monitoring; + _module.check = false; } ] ++ stop-box-modules; };