diff options
| author | Grisha Shipunov | 2025-02-21 00:52:57 +0100 |
|---|---|---|
| committer | Grisha Shipunov | 2025-02-21 00:52:57 +0100 |
| commit | 8f7f58b9d1ce0a075390b7216eb142efbb36202b (patch) | |
| tree | 93dff0bc2632ab5961a4e285a69ba7e35f375cbe /hosts/toaster/zfs.nix | |
| parent | 1e3e2d083ce8f586a47c6afe40cbb5b33c0b27c6 (diff) | |
write tmp to disk
Diffstat (limited to 'hosts/toaster/zfs.nix')
| -rw-r--r-- | hosts/toaster/zfs.nix | 3 |
1 files changed, 2 insertions, 1 deletions
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; }; } |
