Skip to content

Commit

Permalink
nixos/hound: set reasonable default for dbpath
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 authored and MarcelCoding committed Jun 27, 2024
1 parent d797771 commit ccd042b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions nixos/modules/services/search/hound.nix
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,10 @@ in {
'';
};

services.hound.settings = {
dbpath = "${config.services.hound.home}/data";
};

systemd.services.hound = {
description = "Hound Code Search";
wantedBy = [ "multi-user.target" ];
Expand Down

0 comments on commit ccd042b

Please sign in to comment.