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;