dandelion/filesystem: reduce rootfs from 12G to 6G
This commit is contained in:
parent
2a9e8e6c03
commit
402c847f3c
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ in {
|
||||||
"/" = {
|
"/" = {
|
||||||
device = "rootfs";
|
device = "rootfs";
|
||||||
fsType = "tmpfs";
|
fsType = "tmpfs";
|
||||||
options = [ "defaults" "size=12G" "mode=755" ];
|
options = [ "defaults" "size=6G" "mode=755" ];
|
||||||
};
|
};
|
||||||
"/boot" = mkLabelMount "UEFI" "vfat";
|
"/boot" = mkLabelMount "UEFI" "vfat";
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue