Fix file ending

This commit is contained in:
Sandro Jäckel 2024-05-24 02:51:26 +02:00
parent dd1d644481
commit 064f50a859
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -57,7 +57,7 @@
config =
let
cfg = config.services.buzzrelay;
configFile = builtins.toFile "buzzrelay.toml" (
configFile = builtins.toFile "buzzrelay.yaml" (
lib.generators.toYAML {} {
streams = cfg.streams;
hostname = cfg.hostName;