From a641503303dddcc79911232b38117df158fb152d Mon Sep 17 00:00:00 2001 From: Jakub Stachurski Date: Thu, 20 Nov 2025 00:43:33 +0100 Subject: Cleanup and restore of fcixt --- common.nix | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'common.nix') diff --git a/common.nix b/common.nix index f6c036c..bd881bf 100644 --- a/common.nix +++ b/common.nix @@ -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 = { -- cgit v1.3.1