From 3906603d51fcb1120b0be3c5c8cec8f08c56a566 Mon Sep 17 00:00:00 2001 From: alejandro-angulo Date: Sun, 30 Nov 2025 19:28:23 -0800 Subject: [PATCH] Disable self-hosted cache --- systems/aarch64-linux/pi4/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/aarch64-linux/pi4/default.nix b/systems/aarch64-linux/pi4/default.nix index 795f62b..573bd6e 100644 --- a/systems/aarch64-linux/pi4/default.nix +++ b/systems/aarch64-linux/pi4/default.nix @@ -24,7 +24,7 @@ aa = { nix.enable = true; - nix.useSelfhostedCache = true; + nix.useSelfhostedCache = false; services.tailscale = { enable = true;