diff --git a/instances/thor/hardware-configuration.nix b/instances/thor/hardware-configuration.nix index c6c6fac..1848cdd 100644 --- a/instances/thor/hardware-configuration.nix +++ b/instances/thor/hardware-configuration.nix @@ -62,11 +62,11 @@ }; }; - swapDevices = [ - { device = "/dev/disk/by-uuid/dee188e4-4ff8-417c-9419-b7f00ecb9989"; } - { - device = "/swapfile"; - size = 1024 * 32; - } - ]; + # swapDevices = [ + # { device = "/dev/disk/by-uuid/dee188e4-4ff8-417c-9419-b7f00ecb9989"; } + # { + # device = "/swapfile"; + # size = 1024 * 32; + # } + # ]; }