From d65f1b9816064004a97c483bad3b4d9bdbbe7cc1 Mon Sep 17 00:00:00 2001 From: MK Date: Mon, 13 Feb 2023 20:20:43 +0100 Subject: [PATCH] Update 'configuration.nix' --- configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configuration.nix b/configuration.nix index febda9c..ff39bd9 100644 --- a/configuration.nix +++ b/configuration.nix @@ -166,7 +166,7 @@ in boot.cleanTmpDir = mkOption { type = types.bool; - default = false; + default = true; description = lib.mdDoc '' Whether to delete all files in {file}`/tmp` during boot. ''; @@ -174,7 +174,7 @@ in boot.tmpOnTmpfs = mkOption { type = types.bool; - default = false; + default = true; description = lib.mdDoc '' Whether to mount a tmpfs on {file}`/tmp` during boot. '';