Skip to content

Commit 4460c6b

Browse files
committed
nixos/hound: add .json extension to the generated config file
It is a JSON file, why not show it?
1 parent 56bfc57 commit 4460c6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nixos/modules/services/search/hound.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ let
88
cfg = config.services.hound;
99
settingsFormat = pkgs.formats.json { };
1010
houndConfigFile = pkgs.writeTextFile {
11-
name = "hound-config";
11+
name = "hound-config.json";
1212
text = builtins.toJSON cfg.settings;
1313
checkPhase = ''
1414
${cfg.package}/bin/houndd -check-conf -conf $out

0 commit comments

Comments
 (0)