base: clean /tmp on boot

This commit is contained in:
Simon Bruder 2021-07-18 15:17:34 +02:00 committed by jalr
parent 55e18903b6
commit 0553edb906
2 changed files with 4 additions and 0 deletions

3
modules/base.nix Normal file
View file

@ -0,0 +1,3 @@
{
boot.cleanTmpDir = true;
}

View file

@ -1,5 +1,6 @@
{
imports = [
./base.nix
./nix.nix
./pubkeys.nix
./tools.nix