Update 'configuration.nix'

This commit is contained in:
MK 2023-02-13 20:20:43 +01:00
parent c88f531c40
commit d65f1b9816

View file

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