From e281bf31d63d76affa2a0df3319ee30a67216b8d Mon Sep 17 00:00:00 2001 From: Grigory Shipunov Date: Sun, 29 May 2022 19:02:25 +0200 Subject: [PATCH] bump amount of tmp we get out of tmpfs --- hardware/configuration-dell-wyse-3040.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hardware/configuration-dell-wyse-3040.nix b/hardware/configuration-dell-wyse-3040.nix index 89e9c7c..b96d18d 100644 --- a/hardware/configuration-dell-wyse-3040.nix +++ b/hardware/configuration-dell-wyse-3040.nix @@ -6,5 +6,5 @@ # replicates the default behaviour. networking.useDHCP = false; networking.interfaces.enp1s0.useDHCP = true; - boot.tmpOnTmpfsSize = "4%"; + boot.tmpOnTmpfsSize = "25%"; }