diff --git a/configuration.nix b/configuration.nix index b4bf757..c541158 100644 --- a/configuration.nix +++ b/configuration.nix @@ -317,6 +317,12 @@ }; programs.ssh.startAgent = true; + zramSwap = { + enable = true; + # swapDevices = 2; + # writebackDevice = secrets.drive-ids.volumes.swap; + }; + # List services that you want to enable: # services.peroxide.enable = true;