inventory.pocket-id goes into the instances section

This commit is contained in:
2025-07-14 13:48:37 +07:00
parent 64cc66dd2b
commit 4e7dcebd93

View File

@@ -19,6 +19,14 @@
}; };
roles.default.tags."all" = { }; roles.default.tags."all" = { };
}; };
pocket-id = {
module = {
name = "pocket-id";
input = "self";
};
roles.default.machines.b4l = { };
};
}; };
services = { services = {
@@ -30,13 +38,6 @@
}; };
}; };
instances.pocket-id = {
module = {
name = "pocket-id";
input = "self";
};
roles.default.machines.b4l = { };
};
}; };
}; };
} }