mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 01:13:05 +00:00
nixos/hound: set reasonable default for dbpath
This commit is contained in:
parent
d7977717ac
commit
ccd042b969
@ -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" ];
|
||||
|
Loading…
Reference in New Issue
Block a user