We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56bfc57 commit 4460c6bCopy full SHA for 4460c6b
nixos/modules/services/search/hound.nix
@@ -8,7 +8,7 @@ let
8
cfg = config.services.hound;
9
settingsFormat = pkgs.formats.json { };
10
houndConfigFile = pkgs.writeTextFile {
11
- name = "hound-config";
+ name = "hound-config.json";
12
text = builtins.toJSON cfg.settings;
13
checkPhase = ''
14
${cfg.package}/bin/houndd -check-conf -conf $out
0 commit comments