Infini-SD: increase root size to 64gb

This commit is contained in:
Infinidoge 2024-04-14 01:17:29 -04:00
parent 50ce718f4d
commit 727d324dd2
No known key found for this signature in database

View file

@ -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' [ ];