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. '';