From ae1456c6bc981ce111286bda42a7a7560f13c6b9 Mon Sep 17 00:00:00 2001 From: Baitinq Date: Tue, 31 Jan 2023 12:53:29 +0100 Subject: Hosts: Mount /tmp in ram --- hosts/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/configuration.nix b/hosts/configuration.nix index 7294916..0772942 100644 --- a/hosts/configuration.nix +++ b/hosts/configuration.nix @@ -30,7 +30,7 @@ }; supportedFilesystems = [ "ntfs" ]; - cleanTmpDir = true; + tmpOnTmpfs = true; }; # Set your time zone. -- cgit 1.4.1