about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ops/machines/sanduny/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/ops/machines/sanduny/default.nix b/ops/machines/sanduny/default.nix
index 5f30e08a75..4767f6a7bd 100644
--- a/ops/machines/sanduny/default.nix
+++ b/ops/machines/sanduny/default.nix
@@ -16,6 +16,7 @@ in
   imports = [
     (mod "journaldriver.nix")
     (mod "known-hosts.nix")
+    (mod "tvl-cache.nix")
     (mod "tvl-users.nix")
     (mod "www/self-redirect.nix")
   ];
@@ -103,6 +104,8 @@ in
     };
   };
 
+  tvl.cache.enable = true;
+
   swapDevices = lib.singleton {
     device = "/dev/disk/by-uuid/df4ad9da-0a06-4c27-93e5-5d44e4750e55";
   };