Increase root file system to make space for /tmp folder which needs lots of space during builds

This commit is contained in:
Gonne 2025-02-26 13:47:32 +01:00 committed by Gonne
parent cc91339f80
commit 753b34592c

View file

@ -7,7 +7,7 @@
fileSystems."/" = { fileSystems."/" = {
device = "root"; device = "root";
fsType = "tmpfs"; fsType = "tmpfs";
options = ["size=1G" "mode=755"]; options = ["size=10G" "mode=755"];
}; };
# Different than usual names in order to automount other VMs # Different than usual names in order to automount other VMs
fileSystems."/persist" = { fileSystems."/persist" = {