Adapt tmp directory cleanup to upstream changes

This commit is contained in:
2023-04-18 12:35:55 +02:00
parent b58d1dcc40
commit 85e572b2b0

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";