Skip to content

Commit d6ca6c8

Browse files
committed
unify yaml -> yml
1 parent c32ee0d commit d6ca6c8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

flake.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@
159159
;
160160

161161
cfgfile = pkgs.writeTextFile {
162-
name = "config.yaml";
162+
name = "config.yml";
163163
text = builtins.toJSON cfg.settings;
164164
checkPhase = ''
165165
RUST_LOG=trace FERNGLAS_CONFIG_CHECK=true ${fernglasPkgs.fernglas}/bin/fernglas $out
@@ -194,7 +194,7 @@
194194

195195
settings = mkOption {
196196
type = settingsFormat.type;
197-
description = "Fernglas configuration, which will be 1:1 translated to the config.yaml";
197+
description = "Fernglas configuration, which will be 1:1 translated to the config.yml";
198198
};
199199
};
200200

manual/src/deployment/container.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ We have two different images. One image contains the UI, which is statically bui
1717
docker pull ghcr.io/wobcom/fernglas:fernglas-0.2.1
1818
```
1919

20-
You need to write a config file to specify Fernglas configuration. This needs to be put under `/config/config.yaml` in the standard configuration.
20+
You need to write a config file to specify Fernglas configuration. This needs to be put under `/config/config.yml` in the standard configuration.
2121
See the chapter on [configuration](configuration/README.md) for more information on how to write the collectors configuration.
2222

2323
## Fernglas Frontend

0 commit comments

Comments
 (0)