diff --git a/hosts/copper/configuration.nix b/hosts/copper/configuration.nix index 7c6ca88..83b3404 100644 --- a/hosts/copper/configuration.nix +++ b/hosts/copper/configuration.nix @@ -8,6 +8,13 @@ hostName = "copper"; }; + zramSwap = { + enable = true; + algorithm = "zstd"; + memoryPercent = 60; + priority = 1; + }; + jalr = { bootloader = "systemd-boot"; bluetooth.enable = true;