miki: add 8gb swapfile
This commit is contained in:
parent
ec2905ee33
commit
f76c0ecad8
1 changed files with 5 additions and 0 deletions
|
|
@ -20,6 +20,11 @@
|
||||||
servers.try = [ "building" ];
|
servers.try = [ "building" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
swapDevices = [{
|
||||||
|
device = "/var/lib/swapfile";
|
||||||
|
size = 8*1024; # 8 GB
|
||||||
|
}];
|
||||||
|
|
||||||
# so safe!!!!
|
# so safe!!!!
|
||||||
nixpkgs.config.permittedInsecurePackages = [
|
nixpkgs.config.permittedInsecurePackages = [
|
||||||
"broadcom-sta-6.30.223.271-57-6.12.43"
|
"broadcom-sta-6.30.223.271-57-6.12.43"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue