Implement usage of the new Tailscale channel library.

This commit is contained in:
2023-03-26 21:21:04 -07:00
parent 02a5d02dad
commit 2262ceb1d1
5 changed files with 13 additions and 39 deletions

View File

@ -18,7 +18,7 @@ class FoundationChaosPlugin : BaseFoundationPlugin() {
config = loadConfigurationWithDefault(
foundation,
ChaosConfig.serializer(),
"heimdall.yaml"
"chaos.yaml"
)
registerCommandExecutor("chaos", ChaosToggleCommand())
}