swann: boot.tmpOnTmpfs -> boot.tmp.useTmpfs

This commit is contained in:
Luke Granger-Brown 2023-05-28 01:32:25 +01:00
parent 32742506de
commit 1c9b9e9fcd

View file

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