From 4460c6bfe9e70be02d6119a930906c3bc723a7a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Forsman?= Date: Tue, 28 Jan 2025 19:42:18 +0100 Subject: [PATCH] nixos/hound: add .json extension to the generated config file It is a JSON file, why not show it? --- nixos/modules/services/search/hound.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/services/search/hound.nix b/nixos/modules/services/search/hound.nix index 0d76db97759a..98ef752aa8e8 100644 --- a/nixos/modules/services/search/hound.nix +++ b/nixos/modules/services/search/hound.nix @@ -8,7 +8,7 @@ let cfg = config.services.hound; settingsFormat = pkgs.formats.json { }; houndConfigFile = pkgs.writeTextFile { - name = "hound-config"; + name = "hound-config.json"; text = builtins.toJSON cfg.settings; checkPhase = '' ${cfg.package}/bin/houndd -check-conf -conf $out