diff options
| author | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2025-11-20 00:43:33 +0100 |
|---|---|---|
| committer | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2025-11-20 00:43:33 +0100 |
| commit | a641503303dddcc79911232b38117df158fb152d (patch) | |
| tree | a1ddd803c1eb00ec398551b84cc2673543557db6 /common.nix | |
| parent | 892de67a9f64d0b0cdb023d830a019d8feec0a57 (diff) | |
Cleanup and restore of fcixt
Diffstat (limited to '')
| -rw-r--r-- | common.nix | 12 |
1 files changed, 1 insertions, 11 deletions
@@ -34,7 +34,7 @@ enableUserSlices = true; enableSystemSlice = true; enableRootSlice = true; - extraConfig = { + settings.OOM = { SwapUsedLimit = "50%"; DefaultMemoryPressureLimit = "50%"; DefaultMemoryPressureDurationSec = 20; @@ -77,16 +77,6 @@ pciutils usbutils vim - - # TODO: Dev stuff, move later - # This could really make the image smaller - git - pkg-config - cmake - (hiPrio gcc) - gnumake - clang - rustup ]; networking.hosts = { |
