fuji/fs: add change xfs mount options

This commit is contained in:
2026-04-12 18:44:48 +02:00
parent baf1f61196
commit 963afc2c3e

View File

@@ -21,12 +21,14 @@
{
device = "/dev/mapper/fuji_lvm_root-root";
fsType = "xfs";
options = [ "noatime" "logbsize=256k" ];
};
fileSystems."/home" =
{
device = "/dev/mapper/fuji_lvm_root-home";
fsType = "xfs";
options = [ "noatime" "logbsize=256k" ];
};
fileSystems."/boot" =