diff options
author | Azat Bahawi <azat@bahawi.net> | 2022-09-14 23:25:01 +0300 |
---|---|---|
committer | Azat Bahawi <azat@bahawi.net> | 2022-09-14 23:25:01 +0300 |
commit | d4a517f4b4ce067702248fdc944dca3f20df7791 (patch) | |
tree | c623589872698936620b81dc89da75cdbb8933f8 /configurations/manwe/default.nix | |
parent | 2022-09-14 (diff) |
2022-09-14
Diffstat (limited to '')
-rw-r--r-- | configurations/manwe/default.nix | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/configurations/manwe/default.nix b/configurations/manwe/default.nix index 2599d78..47a2040 100644 --- a/configurations/manwe/default.nix +++ b/configurations/manwe/default.nix @@ -93,5 +93,14 @@ with lib; { }; }; - swapDevices = [{device = "/dev/sda3";}]; + swapDevices = [ + { + device = "/dev/sda3"; + } + ]; + + zramSwap = { + enable = true; + memoryPercent = 25; + }; } |