From 4e96af37d3575996387c3d9e31b41ff499faee6d Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Mon, 16 May 2022 12:24:46 +0200 Subject: [PATCH] zephyrus: use tmpfs for /tmp --- hosts/zephyrus/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/zephyrus/default.nix b/hosts/zephyrus/default.nix index 60a5f74..da27aad 100644 --- a/hosts/zephyrus/default.nix +++ b/hosts/zephyrus/default.nix @@ -20,6 +20,8 @@ boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; + boot.tmpOnTmpfs = true; + services.btrfs = { autoScrub = { enable = true;