Loading nixos/modules/services/search/hound.nix +4 −0 Original line number Diff line number Diff line Loading @@ -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 Loading
nixos/modules/services/search/hound.nix +4 −0 Original line number Diff line number Diff line Loading @@ -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