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:
parent
053643c66f
commit
4bf541109a
1 changed files with 0 additions and 5 deletions
|
@ -18,7 +18,6 @@ in
|
||||||
(mod "journaldriver.nix")
|
(mod "journaldriver.nix")
|
||||||
(mod "known-hosts.nix")
|
(mod "known-hosts.nix")
|
||||||
(mod "monorepo-gerrit.nix")
|
(mod "monorepo-gerrit.nix")
|
||||||
(mod "nixery.nix")
|
|
||||||
(mod "owothia.nix")
|
(mod "owothia.nix")
|
||||||
(mod "panettone.nix")
|
(mod "panettone.nix")
|
||||||
(mod "paroxysm.nix")
|
(mod "paroxysm.nix")
|
||||||
|
@ -36,7 +35,6 @@ in
|
||||||
(mod "www/code.tvl.fyi.nix")
|
(mod "www/code.tvl.fyi.nix")
|
||||||
(mod "www/cs.tvl.fyi.nix")
|
(mod "www/cs.tvl.fyi.nix")
|
||||||
(mod "www/deploys.tvl.fyi.nix")
|
(mod "www/deploys.tvl.fyi.nix")
|
||||||
(mod "www/nixery.dev.nix")
|
|
||||||
(mod "www/self-redirect.nix")
|
(mod "www/self-redirect.nix")
|
||||||
(mod "www/signup.tvl.fyi.nix")
|
(mod "www/signup.tvl.fyi.nix")
|
||||||
(mod "www/static.tvl.fyi.nix")
|
(mod "www/static.tvl.fyi.nix")
|
||||||
|
@ -409,9 +407,6 @@ in
|
||||||
# Run atward, the search engine redirection thing.
|
# Run atward, the search engine redirection thing.
|
||||||
atward.enable = true;
|
atward.enable = true;
|
||||||
|
|
||||||
# Run a Nixery instance
|
|
||||||
nixery.enable = true;
|
|
||||||
|
|
||||||
# Run cgit & josh to serve git
|
# Run cgit & josh to serve git
|
||||||
cgit = {
|
cgit = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Reference in a new issue