From 8f7f58b9d1ce0a075390b7216eb142efbb36202b Mon Sep 17 00:00:00 2001 From: Grisha Shipunov Date: Fri, 21 Feb 2025 00:52:57 +0100 Subject: write tmp to disk --- hosts/toaster/zfs.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'hosts/toaster/zfs.nix') diff --git a/hosts/toaster/zfs.nix b/hosts/toaster/zfs.nix index 70cc5c9..1970bbf 100644 --- a/hosts/toaster/zfs.nix +++ b/hosts/toaster/zfs.nix @@ -19,6 +19,7 @@ supportedFilesystems = [ "zfs" ]; kernelParams = [ "nohibernate" ]; plymouth.enable = false; - tmp.useTmpfs = true; + tmp.useTmpfs = false; + tmp.cleanOnBoot = true; }; } -- cgit v1.3.1