Purge /tmp on boot
This commit is contained in:
parent
9b1c098a82
commit
ee224a4f09
1 changed files with 4 additions and 0 deletions
|
|
@ -27,4 +27,8 @@
|
|||
./udmx.nix
|
||||
./wireshark.nix
|
||||
];
|
||||
|
||||
config = {
|
||||
boot.cleanTmpDir = true;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue