From e4727b47f75d180008ada9167d21d15d8284414b Mon Sep 17 00:00:00 2001 From: Daniel Fullmer Date: Tue, 24 Nov 2020 15:33:39 -0800 Subject: [PATCH] Enable zram swap --- configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configuration.nix b/configuration.nix index e1735e5..10a4bca 100644 --- a/configuration.nix +++ b/configuration.nix @@ -49,6 +49,8 @@ in boot.extraModulePackages = [ config.boot.kernelPackages.rtl8189es ]; + zramSwap.enable = true; # 128MB is not much to work with + sound.enable = true; environment.systemPackages = with pkgs; [