fix: clear /tmp on boot

This commit is contained in:
Laureηt 2022-12-23 15:28:01 +01:00
parent 401cca49a9
commit 80990950a0
Signed by: Laurent
SSH key fingerprint: SHA256:kZEpW8cMJ54PDeCvOhzreNr4FSh6R13CMGH/POoO8DI

View file

@ -23,6 +23,9 @@ in {
boot.loader.systemd-boot.enable = true; boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true; boot.loader.efi.canTouchEfiVariables = true;
# clean /tmp at each boot
boot.cleanTmpDir = true;
# hardware # hardware
hardware = { hardware = {
enableRedistributableFirmware = true; enableRedistributableFirmware = true;