diff --git a/system/servenix/hardware-configuration.nix b/system/servenix/hardware-configuration.nix index 7a69754a..dd1e824d 100644 --- a/system/servenix/hardware-configuration.nix +++ b/system/servenix/hardware-configuration.nix @@ -58,7 +58,12 @@ }; }; - swapDevices = []; + swapDevices = [ + { + device = "/var/swap"; + size = 1024 * 16; # Without hibernation 4.0 GB to 0.5 x RAM + } + ]; hardware = { enableAllFirmware = true;