all repos — nixfiles @ b20f4ef30f9f0affd761f92e5759e673c69fba6a

System and user configuration, managed by nix and home-manager

bare-metal: update tmpOnTmpfs option
Alan Pearce alan@alanpearce.eu
Sun, 11 Jun 2023 16:42:56 +0200
commit

b20f4ef30f9f0affd761f92e5759e673c69fba6a

parent

f18a7e8a72baa2c95e33bc79bb5c81f7693c62d8

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M system/settings/hardware/bare-metal.nixsystem/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" ];