diff --git a/system/nixinator/hardware-configuration.nix b/system/nixinator/hardware-configuration.nix index d2327fa3..f3dea76c 100644 --- a/system/nixinator/hardware-configuration.nix +++ b/system/nixinator/hardware-configuration.nix @@ -124,6 +124,13 @@ }; }; + swapDevices = [ + { + device = "/var/swap"; + size = 1024 * 16; # Without hibernation 4.0 GB to 0.5 x RAM + } + ]; + hardware = { # Use all redistributable firmware (i.e. nonfree) enableAllFirmware = true;