diff options
| author | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2025-09-25 18:39:49 +0200 |
|---|---|---|
| committer | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2025-09-25 18:39:49 +0200 |
| commit | 0a389da154f6e4901b60c86f39e883cb9cf05a11 (patch) | |
| tree | 65642476697942c629ebf6456e744bb2389c307f /common.nix | |
| parent | ff442b6e9e6011874b52d3a86422a6e72a0a62f9 (diff) | |
Whatever
Diffstat (limited to '')
| -rw-r--r-- | common.nix | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -16,6 +16,12 @@ enableUserSlices = true; enableSystemSlice = true; enableRootSlice = true; + extraConfig = { + SwapUsedLimit="50%"; + DefaultMemoryPressureLimit="50%"; + DefaultMemoryPressureDurationSec=20; + + }; }; nix.gc = { @@ -53,6 +59,8 @@ gnumake clang rustup + + # D ]; # This option defines the first version of NixOS you have installed on this particular machine, |
