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 02f630a25b
commit 5e03a44937
3 changed files with 3 additions and 16 deletions

View File

@@ -7,10 +7,8 @@
# - clan.service modules
name = "dummy-inventory-test";
clanSettings = {
self = ./.;
};
clan = {
directory = ./.;
inventory = {
machines.peer1 = { };
machines.admin1 = { };