Infini-FRAMEWORK: increase size of root

This commit is contained in:
Infinidoge 2023-09-30 22:56:06 -04:00
parent 75d4a7b30a
commit 45f6c0ba67

View file

@ -10,7 +10,7 @@ in
"/" = {
device = "none";
fsType = "tmpfs";
options = [ "defaults" "size=8G" "mode=755" ];
options = [ "defaults" "size=16G" "mode=755" ];
};
"/media/main" = {