chore(*): drop everything that is not required for Tvix

Co-Authored-By: edef <edef@edef.eu>
Co-Authored-By: Ryan Lahfa <raito@lix.systems>
Change-Id: I9817214c3122e49d694c5e41818622a08d9dfe45
This commit is contained in:
Florian Klink 2025-01-05 17:12:30 +01:00
parent bd91cac1f3
commit df4500ea2b
2905 changed files with 34 additions and 493328 deletions

View file

@ -1,11 +1,8 @@
# Set of unconditional config options applicable to all archeology machines.
{ depot, pkgs, ... }:
{ pkgs, ... }:
{
# Use the TVL binary cache
tvl.cache.enable = true;
# Start clickhose as a system service.
services.clickhouse.enable = true;