Format sisko's hd to xfs

This commit is contained in:
Andrea Ciceri 2024-12-06 11:38:59 +01:00
parent 8efbd6f577
commit 72461214d8
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg

View file

@ -66,8 +66,11 @@ in
size = "100%"; size = "100%";
content = { content = {
type = "filesystem"; type = "filesystem";
format = "bcachefs"; format = "xfs";
mountpoint = "/mnt/hd"; mountpoint = "/mnt/hd";
mountOptions = [
"nofail"
];
}; };
}; };
}; };