Give socrates root 12G to work with.

This commit is contained in:
2021-10-15 17:39:24 -07:00
parent 7cf751b013
commit 455bdf4942
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -52,7 +52,7 @@
"/" = {
device = "socrates-root";
fsType = "tmpfs";
options = [ "mode=755" ];
options = [ "mode=755" "size=12G" ];
};
"/boot" = {