Clean tmp on boot
This commit is contained in:
parent
a1750022b2
commit
101f34d891
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue