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