From 6480d247ada8fb4a2ea931541b0934706fc49b4c Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Mon, 12 May 2025 14:43:00 +0200 Subject: [PATCH] clean /tmp, we have it on persistent storage to save RAM --- share/common.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/share/common.nix b/share/common.nix index c9a0300..f72fba4 100644 --- a/share/common.nix +++ b/share/common.nix @@ -190,6 +190,9 @@ in ]; }; + # clean /tmp, we have it on persistent storage to save RAM + boot.tmp.cleanOnBoot = true; + # enable fast dbus services.dbus.implementation = "broker";