Disable self-hosted cache

This commit is contained in:
alejandro-angulo 2025-11-30 19:28:23 -08:00
parent 934bb34550
commit 3906603d51

View file

@ -24,7 +24,7 @@
aa = {
nix.enable = true;
nix.useSelfhostedCache = true;
nix.useSelfhostedCache = false;
services.tailscale = {
enable = true;