fix: clear /tmp on boot
This commit is contained in:
parent
401cca49a9
commit
80990950a0
|
@ -23,6 +23,9 @@ in {
|
|||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
|
||||
# clean /tmp at each boot
|
||||
boot.cleanTmpDir = true;
|
||||
|
||||
# hardware
|
||||
hardware = {
|
||||
enableRedistributableFirmware = true;
|
||||
|
|
Loading…
Reference in a new issue