diff --git a/hosts/rustboro/default.nix b/hosts/rustboro/default.nix index aea2fe95..dc3498c8 100644 --- a/hosts/rustboro/default.nix +++ b/hosts/rustboro/default.nix @@ -38,7 +38,11 @@ environment.variables.GDK_SCALE = "1.25"; networking.hostName = "rustboro"; system.stateVersion = "24.05"; - zramSwap.memoryPercent = 100; + + zramSwap = { + algorithm = "lz4"; + memoryPercent = 50; + }; ar = { apps.firefox.enable = true;