From 2cfc4850f1471bb70f1d06318ea9b0ed4db23a71 Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Sat, 18 Jan 2025 10:46:31 +0100 Subject: [PATCH] WIP: thor: remove swap --- instances/thor/hardware-configuration.nix | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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; + # } + # ]; }