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";