dumpyourvms: only use 7 cores for nix builds

This commit is contained in:
teutat3s 2023-11-20 18:43:09 +01:00
parent 927e3fb378
commit ed9d06629c
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1

View file

@ -44,6 +44,9 @@ in {
};
};
# Avoid nix builds making the laptop hang by reserving 1 core
nix.settings.cores = 7;
networking.hostName = "dumpyourvms";
services.resolved = {