Configure attic instance as self hosted cache and enable on carbon

This commit is contained in:
alejandro-angulo 2026-02-15 14:40:32 -08:00
parent bd66f82a7e
commit 70e4a4d452
2 changed files with 3 additions and 5 deletions

View file

@ -9,7 +9,7 @@
aa = {
nix = {
enable = true;
useSelfhostedCache = false;
useSelfhostedCache = true;
remoteBuilder.client.enable = false;
};