From 4b28169cbe6d5615f05b6f72ffc1dd85eb8ad606 Mon Sep 17 00:00:00 2001 From: Fern Garden Date: Sun, 29 Jun 2025 20:34:28 +0800 Subject: [PATCH] Enable zram swap --- configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configuration.nix b/configuration.nix index b1f138e..bb8fccb 100755 --- a/configuration.nix +++ b/configuration.nix @@ -48,6 +48,9 @@ # Enable firmware updates. services.fwupd.enable = true; + # Enable zRAM swap + zramSwap.enable = true; + # Enable smart card support (for YubiKey). services.pcscd.enable = true;