diff options
| author | Preston Pan <ret2pop@gmail.com> | 2026-02-12 17:37:56 -0800 |
|---|---|---|
| committer | Preston Pan <ret2pop@gmail.com> | 2026-02-12 17:37:56 -0800 |
| commit | ef4bd15026b83f487cf064e7b7ce098cc8aca375 (patch) | |
| tree | d6b8e7a57633164082792ab28932bea24513e2bb /nix/systems/affinity/default.nix | |
| parent | 6a4f95482fa2c0faeafa028eae164d00c6418ac3 (diff) | |
fix vps, maddy, everything works
Diffstat (limited to 'nix/systems/affinity/default.nix')
| -rw-r--r-- | nix/systems/affinity/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/systems/affinity/default.nix b/nix/systems/affinity/default.nix index 9918089..755d6d8 100644 --- a/nix/systems/affinity/default.nix +++ b/nix/systems/affinity/default.nix @@ -8,7 +8,7 @@ zramSwap = { enable = true; algorithm = "zstd"; - memoryPercent = 50; # Creates ~16GB of compressed swap space + memoryPercent = 50; }; monorepo = { vars.device = "/dev/nvme0n1"; |
