Format sisko
's hd to xfs
This commit is contained in:
parent
8efbd6f577
commit
72461214d8
1 changed files with 4 additions and 1 deletions
|
@ -66,8 +66,11 @@ in
|
|||
size = "100%";
|
||||
content = {
|
||||
type = "filesystem";
|
||||
format = "bcachefs";
|
||||
format = "xfs";
|
||||
mountpoint = "/mnt/hd";
|
||||
mountOptions = [
|
||||
"nofail"
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue