bare-metal: update tmpOnTmpfs option
Alan Pearce alan@alanpearce.eu
Sun, 11 Jun 2023 16:42:56 +0200
1 files changed, 1 insertions(+), 1 deletions(-)
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" ];