hyacinth/filesystem: increase tmpfs size to 24G
This commit is contained in:
parent
f8dc09565f
commit
d0fdbe8822
1 changed files with 1 additions and 1 deletions
|
|
@ -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";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue