bare-metal: update tmpOnTmpfs option
1 file changed, 1 insertion(+), 1 deletion(-)
M system/settings/hardware/bare-metal.nix → system/settings/hardware/bare-metal.nix
@@ -43,7 +43,7 @@ zramSwap = { enable = true; algorithm = "zstd"; }; - boot.tmpOnTmpfs = true; + boot.tmp.useTmpfs = true; fileSystems."/".options = [ "noatime" "nodiratime" ]; fileSystems."/home".options = [ "noatime" "nodiratime" ];