forked from Fachschaft/nixConfig
Increase root file system to make space for /tmp folder which needs lots of space during builds
This commit is contained in:
parent
cc91339f80
commit
753b34592c
1 changed files with 1 additions and 1 deletions
|
@ -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" = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue