builder: add fallback to substituters

This commit is contained in:
2025-09-09 21:46:36 +02:00
parent 21053dac8c
commit db05024dc6

View File

@@ -41,6 +41,9 @@
trusted-users = ["nix"];
max-jobs = "auto";
cores = 0;
# Ensure we can still build when missing-server is not accessible
fallback = true;
};
system.autoUpgrade = {