From 4bf541109a9e0a918420a8be1b10564b30edf117 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Thu, 5 Oct 2023 20:29:25 +0300 Subject: chore(whitby): remove Nixery configuration nixery.dev is running on a separate host now, it's not required here anymore. Change-Id: Ie03d5847f8313fdfcf56fa43bb03651b3e4925f0 Reviewed-on: https://cl.tvl.fyi/c/depot/+/9552 Tested-by: BuildkiteCI Autosubmit: tazjin Reviewed-by: flokli --- ops/machines/whitby/default.nix | 5 ----- 1 file changed, 5 deletions(-) (limited to 'ops') diff --git a/ops/machines/whitby/default.nix b/ops/machines/whitby/default.nix index 7d3fc42186..66409f97e4 100644 --- a/ops/machines/whitby/default.nix +++ b/ops/machines/whitby/default.nix @@ -18,7 +18,6 @@ in (mod "journaldriver.nix") (mod "known-hosts.nix") (mod "monorepo-gerrit.nix") - (mod "nixery.nix") (mod "owothia.nix") (mod "panettone.nix") (mod "paroxysm.nix") @@ -36,7 +35,6 @@ in (mod "www/code.tvl.fyi.nix") (mod "www/cs.tvl.fyi.nix") (mod "www/deploys.tvl.fyi.nix") - (mod "www/nixery.dev.nix") (mod "www/self-redirect.nix") (mod "www/signup.tvl.fyi.nix") (mod "www/static.tvl.fyi.nix") @@ -409,9 +407,6 @@ in # Run atward, the search engine redirection thing. atward.enable = true; - # Run a Nixery instance - nixery.enable = true; - # Run cgit & josh to serve git cgit = { enable = true; -- cgit 1.4.1