diff --git a/system/thinknix/hardware-configuration.nix b/system/thinknix/hardware-configuration.nix index 03a7ae64..2c5e5d6c 100644 --- a/system/thinknix/hardware-configuration.nix +++ b/system/thinknix/hardware-configuration.nix @@ -55,7 +55,12 @@ }; }; - swapDevices = []; + swapDevices = [ + { + device = "/var/swap"; + size = 1024 * 4; # Without hibernation 4.0 GB to 0.5 x RAM + } + ]; hardware = { enableAllFirmware = true;