Clean tmp on boot

This commit is contained in:
Thomas Avé 2024-10-01 23:59:35 +02:00
parent a1750022b2
commit 101f34d891
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@
systemd.extraConfig = "DefaultTimeoutStopSec=10s"; systemd.extraConfig = "DefaultTimeoutStopSec=10s";
systemd.services.systemd-user-sessions.enable = false; systemd.services.systemd-user-sessions.enable = false;
boot.kernelPackages = pkgs.linuxPackages_latest; boot.kernelPackages = pkgs.linuxPackages_latest;
boot.tmp.cleanOnBoot = true;
services.thermald.enable = true; services.thermald.enable = true;
services.pcscd.enable = true; services.pcscd.enable = true;