Update 'configuration.nix'
This commit is contained in:
parent
c88f531c40
commit
d65f1b9816
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue