diff --git a/hosts/Common/default.nix b/hosts/Common/default.nix index 003f9ab..7d0c720 100644 --- a/hosts/Common/default.nix +++ b/hosts/Common/default.nix @@ -12,6 +12,7 @@ systemd.extraConfig = "DefaultTimeoutStopSec=10s"; systemd.services.systemd-user-sessions.enable = false; boot.kernelPackages = pkgs.linuxPackages_latest; + boot.tmp.cleanOnBoot = true; services.thermald.enable = true; services.pcscd.enable = true;