This commit is contained in:
mjallen18
2025-09-16 08:08:08 -05:00
parent c5e8fff07d
commit 1f0def655c

View File

@@ -53,4 +53,12 @@
};
};
};
fileSystems."/data" = {
device = "/dev/disk/bu-uuid/a85420cc-a026-4100-80d2-a999081d792a";
fsType = "bcachefs";
options = [
"nofail"
];
};
}