about summary refs log tree commit diff
path: root/ops/machines
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@tvl.su>2023-10-05T17·29+0300
committerclbot <clbot@tvl.fyi>2023-10-06T09·20+0000
commit4bf541109a9e0a918420a8be1b10564b30edf117 (patch)
tree47682fcc9f94f4c828f85575289f8e98499103da /ops/machines
parent053643c66f8db7bc3360b08371ef6f078ddca0ce (diff)
chore(whitby): remove Nixery configuration r/6718
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 <tazjin@tvl.su>
Reviewed-by: flokli <flokli@flokli.de>
Diffstat (limited to 'ops/machines')
-rw-r--r--ops/machines/whitby/default.nix5
1 files changed, 0 insertions, 5 deletions
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;