Adapt tmp directory cleanup to upstream changes

This commit is contained in:
coolneng 2023-04-18 12:35:55 +02:00
parent b58d1dcc40
commit 85e572b2b0
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ with pkgs;
};
# Clean tmp directory on shutdown
boot.cleanTmpDir = true;
boot.tmp.cleanOnBoot = true;
# Keep logs for a week
services.journald.extraConfig = "MaxRetentionSec=1week";