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 <tazjin@tvl.su>
Reviewed-by: flokli <flokli@flokli.de>
This commit is contained in:
Vincent Ambo 2023-10-05 20:29:25 +03:00 committed by clbot
parent 053643c66f
commit 4bf541109a

View file

@ -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;