feat: Enable all substituters in all machines
All checks were successful
Flake checker / Build Nix targets (push) Successful in 9m31s

This commit is contained in:
2026-03-01 21:33:48 +05:30
parent b10e5253f8
commit dce2e160da
3 changed files with 13 additions and 48 deletions

View File

@@ -68,11 +68,6 @@
# ../../builders/tsuba.nix
];
distributedBuilds = true;
# Enable CUDA and llama-cpp caches
substituters = {
enableCuda = true;
enableLlamaCpp = true;
};
};
users.users.${device.user} = {