diff --git a/system/configuration.nix b/system/configuration.nix index adc66ef..86a13ac 100644 --- a/system/configuration.nix +++ b/system/configuration.nix @@ -154,5 +154,11 @@ }; }; + zramSwap = { + enable = true; + algorithm = "zstd"; + priority = 5; + }; + system.stateVersion = "24.11"; }