0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

nixos/hound: set reasonable default for dbpath

This commit is contained in:
Sandro Jäckel 2024-06-26 22:48:10 +02:00 committed by Marcel
parent d7977717ac
commit ccd042b969
No known key found for this signature in database
GPG key ID: 446F3B093DF81C6A

View file

@ -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" ];