Unverified Commit ccd042b9 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by Marcel
Browse files

nixos/hound: set reasonable default for dbpath

parent d7977717
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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" ];