shorten admin module machine list

This commit is contained in:
2025-09-28 21:56:54 +02:00
parent 3cf7b2bfaf
commit 2e68ab90da

View File

@@ -34,12 +34,8 @@
"rpqt-admin" = { "rpqt-admin" = {
module.input = "clan-core"; module.input = "clan-core";
module.name = "admin"; module.name = "admin";
roles.default.machines = { roles.default.tags.server = { };
"crocus" = { }; roles.default.machines.haze = { };
"genepi" = { };
"haze" = { };
"verbena" = { };
};
roles.default.settings.allowedKeys = { roles.default.settings.allowedKeys = {
rpqt_haze = (import ../parts).keys.rpqt.haze; rpqt_haze = (import ../parts).keys.rpqt.haze;
}; };