summary refs log tree commit diff stats
path: root/system/settings/hardware
diff options
context:
space:
mode:
authorAlan Pearce2023-06-11 16:42:56 +0200
committerAlan Pearce2023-06-27 14:24:15 +0200
commitb20f4ef30f9f0affd761f92e5759e673c69fba6a (patch)
treeb06e6166ce2558fa2d02db0fd774b65684531c0e /system/settings/hardware
parentf18a7e8a72baa2c95e33bc79bb5c81f7693c62d8 (diff)
downloadnixfiles-b20f4ef30f9f0affd761f92e5759e673c69fba6a.tar.lz
nixfiles-b20f4ef30f9f0affd761f92e5759e673c69fba6a.tar.zst
nixfiles-b20f4ef30f9f0affd761f92e5759e673c69fba6a.zip
bare-metal: update tmpOnTmpfs option
Diffstat (limited to 'system/settings/hardware')
-rw-r--r--system/settings/hardware/bare-metal.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/settings/hardware/bare-metal.nix b/system/settings/hardware/bare-metal.nix
index 1eb18144..d49e9d41 100644
--- a/system/settings/hardware/bare-metal.nix
+++ b/system/settings/hardware/bare-metal.nix
@@ -43,7 +43,7 @@
     enable = true;
     algorithm = "zstd";
   };
-  boot.tmpOnTmpfs = true;
+  boot.tmp.useTmpfs = true;
 
   fileSystems."/".options = [ "noatime" "nodiratime" ];
   fileSystems."/home".options = [ "noatime" "nodiratime" ];