disko doesn't support bcachefs subvolumes yet
This commit is contained in:
parent
8d086ffcca
commit
d8ce8bddef
6 changed files with 61 additions and 56 deletions
|
|
@ -31,15 +31,16 @@
|
|||
type = "filesystem";
|
||||
format = "bcachefs";
|
||||
mountOptions = ["noatime"];
|
||||
mountpoint = "/";
|
||||
extraArgs = [
|
||||
"--compression zstd"
|
||||
"--background_compression zstd"
|
||||
"--discard"
|
||||
];
|
||||
subvolumes = {
|
||||
"/home" = {};
|
||||
"/nix" = {};
|
||||
};
|
||||
# subvolumes = {
|
||||
# "/home" = {};
|
||||
# "/nix" = {};
|
||||
# };
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue