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:
parent
d7977717ac
commit
ccd042b969
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue