diff --git a/hosts/picard/default.nix b/hosts/picard/default.nix index cd8db46..a087e70 100644 --- a/hosts/picard/default.nix +++ b/hosts/picard/default.nix @@ -108,6 +108,11 @@ driSupport32Bit = true; }; + zramSwap = { + enable = true; + algorithm = "zstd"; + }; + # TODO move away from here (how can the interface name be retrieved programmatically?) networking.interfaces.enp11s0.wakeOnLan = { enable = true;