From 56f5377205addd04ce6bf93bf0f9f9db00a8a518 Mon Sep 17 00:00:00 2001 From: LavaDesu Date: Fri, 14 May 2021 11:06:06 +0700 Subject: [PATCH] remove swapfile --- cfg/winter/hardware-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cfg/winter/hardware-configuration.nix b/cfg/winter/hardware-configuration.nix index 2e655f0..7b4819e 100644 --- a/cfg/winter/hardware-configuration.nix +++ b/cfg/winter/hardware-configuration.nix @@ -28,7 +28,7 @@ fsType = "ext4"; }; - swapDevices = [ { device = "/swapfile"; size = 6144; } ]; + swapDevices = []; powerManagement.cpuFreqGovernor = lib.mkDefault "powersave"; }