mirror of
https://github.com/astro/buzzrelay.git
synced 2024-11-23 12:31:00 +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 =
|
config =
|
||||||
let
|
let
|
||||||
cfg = config.services.buzzrelay;
|
cfg = config.services.buzzrelay;
|
||||||
configFile = builtins.toFile "buzzrelay.toml" (
|
configFile = builtins.toFile "buzzrelay.yaml" (
|
||||||
lib.generators.toYAML {} {
|
lib.generators.toYAML {} {
|
||||||
streams = cfg.streams;
|
streams = cfg.streams;
|
||||||
hostname = cfg.hostName;
|
hostname = cfg.hostName;
|
||||||
|
|
Loading…
Reference in a new issue