forked from pub-solar/os
dumpyourvms: only use 7 cores for nix builds
This commit is contained in:
parent
927e3fb378
commit
ed9d06629c
|
@ -44,6 +44,9 @@ in {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Avoid nix builds making the laptop hang by reserving 1 core
|
||||||
|
nix.settings.cores = 7;
|
||||||
|
|
||||||
networking.hostName = "dumpyourvms";
|
networking.hostName = "dumpyourvms";
|
||||||
|
|
||||||
services.resolved = {
|
services.resolved = {
|
||||||
|
|
Loading…
Reference in a new issue