From 2203dec9fd370daf392adef6119fadbe00db82d8 Mon Sep 17 00:00:00 2001 From: spl3g Date: Mon, 27 Oct 2025 23:39:24 +0300 Subject: fix(tw): remove zram, it conflicts with swap --- nixos/tw/configuration.nix | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'nixos') diff --git a/nixos/tw/configuration.nix b/nixos/tw/configuration.nix index cc7411f..f851d12 100644 --- a/nixos/tw/configuration.nix +++ b/nixos/tw/configuration.nix @@ -53,14 +53,12 @@ }; }; - zramSwap = { - enable = true; - }; - - swapDevices = [{ - device = "/var/lib/swapfile"; - size = 2*1024; - }]; + swapDevices = [ + { + device = "/var/lib/swapfile"; + size = 2 * 1024; + } + ]; networking.nat = { enable = true; -- cgit v1.2.3