From 5ca1bd8b73c999d43211e9d211b0860050820be3 Mon Sep 17 00:00:00 2001 From: Antoine Viallon Date: Thu, 27 Jan 2022 00:38:33 +0100 Subject: [PATCH] [NonPersistence] Enable tmpfs for /tmp --- non-persistence.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/non-persistence.nix b/non-persistence.nix index 86633ca..24c96a2 100644 --- a/non-persistence.nix +++ b/non-persistence.nix @@ -23,6 +23,7 @@ in machine-id.source = "/persist/etc/machine-id"; }; + boot.tmpOnTmpfs = true; fileSystems = { "/var/log" = {