swann: boot.tmpOnTmpfs -> boot.tmp.useTmpfs
This commit is contained in:
parent
32742506de
commit
1c9b9e9fcd
1 changed files with 1 additions and 1 deletions
|
@ -815,7 +815,7 @@ in {
|
||||||
system.stateVersion = "21.03";
|
system.stateVersion = "21.03";
|
||||||
} {
|
} {
|
||||||
# Minimize writes to storage.
|
# Minimize writes to storage.
|
||||||
boot.tmpOnTmpfs = true;
|
boot.tmp.useTmpfs = true;
|
||||||
services.journald.extraConfig = ''
|
services.journald.extraConfig = ''
|
||||||
Storage=volatile
|
Storage=volatile
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Reference in a new issue