all repos — nixfiles @ b20f4ef30f9f0affd761f92e5759e673c69fba6a

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

bare-metal: update tmpOnTmpfs option

Alan Pearce
commit

b20f4ef30f9f0affd761f92e5759e673c69fba6a

parent

f18a7e8a72baa2c95e33bc79bb5c81f7693c62d8

1 file changed, 1 insertion(+), 1 deletion(-)

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" ];