Infini-SD: increase root size to 64gb
This commit is contained in:
parent
50ce718f4d
commit
727d324dd2
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ in
|
||||||
"/" = {
|
"/" = {
|
||||||
device = "none";
|
device = "none";
|
||||||
fsType = "tmpfs";
|
fsType = "tmpfs";
|
||||||
options = [ "defaults" "size=4G" "mode=755" ];
|
options = [ "defaults" "size=64G" "mode=755" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
"/media/main" = mkMain' [ ];
|
"/media/main" = mkMain' [ ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue