nixos/snapper: add experimental support for bcachefs (#391885)
This commit is contained in:
parent
2d8b5252bd
commit
09d3b7f834
@ -55,10 +55,15 @@ let
|
||||
};
|
||||
|
||||
FSTYPE = lib.mkOption {
|
||||
type = lib.types.enum [ "btrfs" ];
|
||||
type = lib.types.enum [
|
||||
"btrfs"
|
||||
"bcachefs"
|
||||
];
|
||||
default = "btrfs";
|
||||
description = ''
|
||||
Filesystem type. Only btrfs is stable and tested.
|
||||
|
||||
bcachefs support is experimental.
|
||||
'';
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user