From f57f6b7ca79c25f1d7b963364ab5c58421659897 Mon Sep 17 00:00:00 2001 From: Maxim Devaev Date: Tue, 2 Sep 2025 09:25:12 +0300 Subject: [PATCH] fix --- docs/config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/config.md b/docs/config.md index 2dff7f54..081dafe7 100644 --- a/docs/config.md +++ b/docs/config.md @@ -205,6 +205,6 @@ When you apply massive customizations, it may help separating changes into sever To do that, create these YAML files inside the `/etc/kvmd/override.d/` directory. KVMD will apply all configurations in the following order: `main.yaml` -> `override.d` -> `override.yaml`. Inside the `override.d` directory, KVMD will apply YAML files in alphabetical order, so please pay attention to how you name them. -We recommend sticking with a particular file-naming scheme, e.g. `0000-vendor-otg-serial.yaml`. We do reserve `-vendor-` и `-pikvm-` prefixes for our own future needs, though. +We recommend sticking with a particular file-naming scheme, e.g. `0000-vendor-otg-serial.yaml`. We do reserve `-vendor-` and `-pikvm-` prefixes for our own future needs, though. Once you completed the customization and validated newly created/edited files, reboot your PiKVM for the changes to take effect.