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:
@@ -11,10 +11,8 @@
|
||||
{
|
||||
name = "data-mesher";
|
||||
|
||||
clanSettings = {
|
||||
self = ./.;
|
||||
};
|
||||
clan = {
|
||||
directory = ./.;
|
||||
inventory = {
|
||||
machines = lib.genAttrs machines (_: { });
|
||||
services = {
|
||||
|
||||
Reference in New Issue
Block a user