feat(ops/nevsky): run livegrep instance
Change-Id: Icc17ff919aaf23964b6f35160aaeb437e69ee7bf Reviewed-on: https://cl.tvl.fyi/c/depot/+/13087 Tested-by: BuildkiteCI Reviewed-by: sterni <sternenseemann@systemli.org>
This commit is contained in:
parent
610cfeda25
commit
f2257abc5d
1 changed files with 8 additions and 3 deletions
|
|
@ -7,21 +7,23 @@ in
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
(mod "builderball.nix")
|
(mod "builderball.nix")
|
||||||
(mod "clbot.nix")
|
|
||||||
(mod "cgit.nix")
|
(mod "cgit.nix")
|
||||||
(mod "josh.nix")
|
(mod "clbot.nix")
|
||||||
(mod "harmonia.nix")
|
(mod "harmonia.nix")
|
||||||
(mod "irccat.nix")
|
(mod "irccat.nix")
|
||||||
|
(mod "josh.nix")
|
||||||
(mod "known-hosts.nix")
|
(mod "known-hosts.nix")
|
||||||
|
(mod "livegrep.nix")
|
||||||
(mod "monorepo-gerrit.nix")
|
(mod "monorepo-gerrit.nix")
|
||||||
(mod "owothia.nix")
|
(mod "owothia.nix")
|
||||||
(mod "smtprelay.nix")
|
|
||||||
(mod "restic.nix")
|
(mod "restic.nix")
|
||||||
|
(mod "smtprelay.nix")
|
||||||
(mod "tvl-buildkite.nix")
|
(mod "tvl-buildkite.nix")
|
||||||
(mod "tvl-users.nix")
|
(mod "tvl-users.nix")
|
||||||
(mod "www/cache.tvl.fyi.nix")
|
(mod "www/cache.tvl.fyi.nix")
|
||||||
(mod "www/cl.tvl.fyi.nix")
|
(mod "www/cl.tvl.fyi.nix")
|
||||||
(mod "www/code.tvl.fyi.nix")
|
(mod "www/code.tvl.fyi.nix")
|
||||||
|
(mod "www/grep.tvl.fyi.nix")
|
||||||
(mod "www/self-cache.tvl.fyi.nix")
|
(mod "www/self-cache.tvl.fyi.nix")
|
||||||
(mod "www/self-redirect.nix")
|
(mod "www/self-redirect.nix")
|
||||||
(depot.third_party.agenix.src + "/modules/age.nix")
|
(depot.third_party.agenix.src + "/modules/age.nix")
|
||||||
|
|
@ -303,6 +305,9 @@ in
|
||||||
|
|
||||||
builderball.enable = true;
|
builderball.enable = true;
|
||||||
|
|
||||||
|
# Run a livegrep code search instance
|
||||||
|
livegrep.enable = true;
|
||||||
|
|
||||||
# Automatically collect garbage from the Nix store.
|
# Automatically collect garbage from the Nix store.
|
||||||
automatic-gc = {
|
automatic-gc = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue