From 064f50a859b334d9f0a5d8d4dfee87fc94528ace Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Fri, 24 May 2024 02:51:26 +0200 Subject: [PATCH] Fix file ending --- nixos-module.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos-module.nix b/nixos-module.nix index f4f35d9..8636ad1 100644 --- a/nixos-module.nix +++ b/nixos-module.nix @@ -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;