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
Showing only changes of commit f26d8b8dd8 - Show all commits

View file

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