hyacinth/filesystem: increase tmpfs size to 24G

This commit is contained in:
Cilly Leang 2025-08-18 17:23:37 +10:00
parent f8dc09565f
commit d0fdbe8822
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -15,7 +15,7 @@ in
"/" = {
device = "rootfs";
fsType = "tmpfs";
options = [ "defaults" "size=8G" "mode=755" ];
options = [ "defaults" "size=24G" "mode=755" ];
};
"/boot" = mkLabelMount "CUP" "vfat";