From f33d6be8921072ac44484bfb62cfeb197f34b562 Mon Sep 17 00:00:00 2001 From: Alexander Wainwright Date: Tue, 24 Feb 2026 12:20:06 +1000 Subject: [PATCH] Remove swap file --- hosts/modules/base.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/hosts/modules/base.nix b/hosts/modules/base.nix index c69a3ff..f203480 100644 --- a/hosts/modules/base.nix +++ b/hosts/modules/base.nix @@ -16,12 +16,6 @@ # break fish man completion and apropos. documentation.man.generateCaches = false; - # enable a 1GB swap file - swapDevices = [{ - device = "/swapfile"; - size = 1024; - }]; - # enable zram. not totally sure if this does it in physical ram or just swap zramSwap.enable = true;