From 85e572b2b0e60fbb35dcaecbc021c291e3348af5 Mon Sep 17 00:00:00 2001 From: coolneng Date: Tue, 18 Apr 2023 12:35:55 +0200 Subject: [PATCH] Adapt tmp directory cleanup to upstream changes --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index bc6dd96..155ca69 100644 --- a/configuration.nix +++ b/configuration.nix @@ -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";