inventory has clear sections
This commit is contained in:
@@ -3,16 +3,20 @@
|
|||||||
clan = {
|
clan = {
|
||||||
inventory = {
|
inventory = {
|
||||||
|
|
||||||
instances.emergency-access = {
|
instances = {
|
||||||
module = {
|
emergency-access = {
|
||||||
name = "emergency-access";
|
module = {
|
||||||
input = "clan-core";
|
name = "emergency-access";
|
||||||
|
input = "clan-core";
|
||||||
|
};
|
||||||
|
roles.default.tags."all" = { };
|
||||||
};
|
};
|
||||||
roles.default.tags."all" = { };
|
|
||||||
};
|
};
|
||||||
|
|
||||||
services.admin = {
|
services = {
|
||||||
default.config.allowedKeys = [ ];
|
admin = {
|
||||||
|
default.config.allowedKeys = [ ];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user