[pi4] Constraint cores to 2 in order to avoid stalling

This commit is contained in:
2025-09-23 16:05:57 +00:00
parent b28e5da9c2
commit e12545bf37

View File

@ -19,4 +19,9 @@
./postgres.nix
./security
];
nix.settings = {
cores = 2;
max-jobs = 4;
};
}