From 6c292303dae852eb6d0a15a7f05e46cca5cefdb0 Mon Sep 17 00:00:00 2001 From: Grigory Shipunov Date: Sat, 28 May 2022 06:38:02 +0200 Subject: [PATCH] dell-wyse-3040: limit tmpOnTmpfs to 4% ram --- hardware/configuration-dell-wyse-3040.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hardware/configuration-dell-wyse-3040.nix b/hardware/configuration-dell-wyse-3040.nix index 7df8fa7..89e9c7c 100644 --- a/hardware/configuration-dell-wyse-3040.nix +++ b/hardware/configuration-dell-wyse-3040.nix @@ -6,4 +6,5 @@ # replicates the default behaviour. networking.useDHCP = false; networking.interfaces.enp1s0.useDHCP = true; + boot.tmpOnTmpfsSize = "4%"; }