mirror of
https://github.com/astro/buzzrelay.git
synced 2024-11-23 04:30:58 +00:00
Fix file ending
This commit is contained in:
parent
dd1d644481
commit
064f50a859
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue