Decreased Swap Space

This commit is contained in:
Kaybee 2025-07-09 13:50:25 +02:00
parent 1ffbab4a50
commit 9df45430cc
Signed by: kb01
SSH key fingerprint: SHA256:kv2GYUy1MZEqusYnS+Y9nMgrpv77jhm+3kknl3UGV1k

View file

@ -41,7 +41,7 @@ in {
fsType = "vfat"; fsType = "vfat";
options = [ "fmask=0022" "dmask=0022" ]; options = [ "fmask=0022" "dmask=0022" ];
}; };
swapDevices = [ { device = "/swapfile"; size = 8 * 1024; } ]; swapDevices = [ { device = "/swapfile"; size = 4 * 1024; } ];
# Misc # Misc
networking.useDHCP = lib.mkDefault true; networking.useDHCP = lib.mkDefault true;