diff --git a/thor/hardware-configuration.nix b/thor/hardware-configuration.nix index 6a198be..df7ede4 100644 --- a/thor/hardware-configuration.nix +++ b/thor/hardware-configuration.nix @@ -53,7 +53,9 @@ ]; }; - swapDevices = - [{ device = "/dev/disk/by-uuid/dee188e4-4ff8-417c-9419-b7f00ecb9989"; }]; + swapDevices = [ + { device = "/dev/disk/by-uuid/dee188e4-4ff8-417c-9419-b7f00ecb9989"; } + { device = "/swapfile"; size = 1024 * 32; } + ]; }