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

Merged
Gonne merged 1 commit from Gonne/nixConfig:nodens into main 2025-02-27 16:00:25 +00:00

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" = {