🏗️ go back to linux-builder for aarch

This commit is contained in:
2026-07-27 17:24:53 -04:00
parent c9a1d8b096
commit 57352a5cf2
2 changed files with 16 additions and 2 deletions
+16 -1
View File
@@ -21,6 +21,21 @@
}; };
options = "--delete-older-than 30d"; options = "--delete-older-than 30d";
}; };
linux-builder = {
enable = true;
maxJobs = 4;
config = {
virtualisation = {
darwin-builder = {
diskSize = 40 * 1024;
memorySize = 8 * 1024;
};
cores = 6;
};
};
};
settings = { settings = {
trusted-users = [ trusted-users = [
"root" "root"
@@ -43,7 +58,7 @@
}; };
onActivation = { onActivation = {
autoUpdate = true; autoUpdate = true;
cleanup = "zap"; cleanup = "none";
upgrade = true; upgrade = true;
}; };
}; };
-1
View File
@@ -6,7 +6,6 @@ _: {
hostName = "plato"; hostName = "plato";
systems = [ systems = [
"x86_64-linux" "x86_64-linux"
"aarch64-linux"
]; ];
maxJobs = 6; maxJobs = 6;
supportedFeatures = [ supportedFeatures = [