Adapt tmp directory cleanup to upstream changes
This commit is contained in:
parent
b58d1dcc40
commit
85e572b2b0
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue