mirror of
https://git.kb-one.de/kb01/aux-config.git
synced 2025-12-05 10:28:53 +00:00
Decreased Swap Space
This commit is contained in:
parent
1ffbab4a50
commit
9df45430cc
|
|
@ -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…
Reference in a new issue