Decreased Swap Space
This commit is contained in:
parent
1ffbab4a50
commit
9df45430cc
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ in {
|
|||
fsType = "vfat";
|
||||
options = [ "fmask=0022" "dmask=0022" ];
|
||||
};
|
||||
swapDevices = [ { device = "/swapfile"; size = 8 * 1024; } ];
|
||||
swapDevices = [ { device = "/swapfile"; size = 4 * 1024; } ];
|
||||
|
||||
# Misc
|
||||
networking.useDHCP = lib.mkDefault true;
|
||||
|
|
Loading…
Add table
Reference in a new issue