From f4d91aabe65da3d47e7c4a099b22064ff2c9feef Mon Sep 17 00:00:00 2001 From: quirinecker Date: Thu, 13 Nov 2025 12:30:31 +0100 Subject: [PATCH] updated readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 241759d..6a687db 100644 --- a/README.md +++ b/README.md @@ -114,7 +114,7 @@ home.packages = with pkgs; [ ## Configuration -You can configure some of the cli arguments with a config file. It is always located relatively to the current directory under `./docki.config.toml`. Available options and their defaults can be found in the [config.rs](src/app/config/config.rs) file. CLI arguments with the same names as in the config usually have also the same default values. +You can configure some of the cli arguments with a config file. It is always located relatively to the current directory under `./docki.config.toml`. Available options and their defaults can be found in the [docki.config.toml](config/docki.config.toml) file. CLI arguments with the same names as in the config usually have also the same default values. As a fallback you can also use the [config.rs](src/app/config/config.rs) file for reference. ## Development