diff options
| author | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2026-01-25 14:13:52 +0100 |
|---|---|---|
| committer | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2026-01-25 14:13:52 +0100 |
| commit | 77b23ce8e86b24e6aed30fadced85d6a2d7dd0a7 (patch) | |
| tree | 4b22f93535f03f4bf93f181533c4b3f507ee88ca /modules/default.nix | |
| parent | 645e86a443d3f74cc8f9c95cb433cbefed5263cb (diff) | |
Nix fmt
Diffstat (limited to '')
| -rw-r--r-- | modules/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/default.nix b/modules/default.nix index 90f65d8..4b433c8 100644 --- a/modules/default.nix +++ b/modules/default.nix @@ -60,9 +60,9 @@ # options = "--delete-older-than 30d"; # }; zramSwap = { - enable = true; + enable = true; algorithm = "lz4"; - memoryPercent = 50; + memoryPercent = 50; }; systemd.services.nix-daemon.serviceConfig = { MemoryAccounting = true; |
