dandelion/filesystem: reduce rootfs from 12G to 6G

This commit is contained in:
Cilly Leang 2026-06-14 20:32:32 +10:00
parent 2a9e8e6c03
commit 402c847f3c
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -22,7 +22,7 @@ in {
"/" = {
device = "rootfs";
fsType = "tmpfs";
options = [ "defaults" "size=12G" "mode=755" ];
options = [ "defaults" "size=6G" "mode=755" ];
};
"/boot" = mkLabelMount "UEFI" "vfat";