fixup(checks/inventory): remove 'self' from clan settings; doesn't work in the nixos tests yet.

We need to reasearch why that is the case.
Removing the option for now to prevent weird bugs
This commit is contained in:
Johannes Kirschbauer
2025-04-12 12:41:04 +02:00
parent 9253a7502b
commit 65e1cf5b54
3 changed files with 3 additions and 16 deletions

View File

@@ -11,10 +11,8 @@
{
name = "data-mesher";
clanSettings = {
self = ./.;
};
clan = {
directory = ./.;
inventory = {
machines = lib.genAttrs machines (_: { });
services = {