From 110275078be11c40e86657c9c6aa6bb7ce6df599 Mon Sep 17 00:00:00 2001 From: Craige McWhirter Date: Thu, 5 Dec 2024 22:34:22 +1000 Subject: [PATCH] tasko(raspberryPi4): updated tmp.useTmpfs de malrekomendita tmpOnTmpfs Progresses #3 --- hardware/raspberry_pi_4_model_B.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hardware/raspberry_pi_4_model_B.nix b/hardware/raspberry_pi_4_model_B.nix index 4e5a4c3..f71af4f 100644 --- a/hardware/raspberry_pi_4_model_B.nix +++ b/hardware/raspberry_pi_4_model_B.nix @@ -24,7 +24,7 @@ enable = false; # NixOS wants to enable GRUB by default. }; }; - tmpOnTmpfs = true; + tmp.useTmpfs = true; }; # File systems configuration for using the installer's partition layout