clean /tmp on boot

This commit is contained in:
mc-fucker 2022-05-09 15:27:22 +02:00
parent e3243e8f07
commit 17e1dae92c

View file

@ -84,6 +84,8 @@ in
options = "--delete-older-than 2d";
};
boot.cleanTmpDir = true;
imports = [
./zabbix-agent.nix
];