From 49ba9d050b491ed95b2311ba4e56a389d840ac56 Mon Sep 17 00:00:00 2001 From: GaspardCulis Date: Wed, 2 Oct 2024 08:31:07 +0200 Subject: [PATCH] perf(Zephyrus): Now using tmpfs for `/tmp` --- hosts/Zephyrus/hardware-configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/Zephyrus/hardware-configuration.nix b/hosts/Zephyrus/hardware-configuration.nix index b25fac3..7ea0966 100644 --- a/hosts/Zephyrus/hardware-configuration.nix +++ b/hosts/Zephyrus/hardware-configuration.nix @@ -29,6 +29,7 @@ efiSupport = true; }; }; + tmp.useTmpfs = true; }; # Enables DHCP on each ethernet and wireless interface. In case of scripted networking