diff --git a/nixos/boxes/foureighty/configuration.nix b/nixos/boxes/foureighty/configuration.nix index 4b2488a4..f2c49bb9 100644 --- a/nixos/boxes/foureighty/configuration.nix +++ b/nixos/boxes/foureighty/configuration.nix @@ -24,6 +24,7 @@ time.timeZone = "Europe/London"; hardware.trackpoint.enable = true; + services.throttled.enable = true; zramSwap = { enable = true; algorithm = "zstd";