Purge /tmp on boot

This commit is contained in:
jalr 2021-12-28 11:51:13 +00:00 committed by Jakob Lechner
parent 9b1c098a82
commit ee224a4f09

View file

@ -27,4 +27,8 @@
./udmx.nix
./wireshark.nix
];
config = {
boot.cleanTmpDir = true;
};
}