We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1132d6c commit 944dce3Copy full SHA for 944dce3
example/bcachefs.nix
@@ -99,6 +99,8 @@
99
# Example showing mounted subvolumes in a multi-disk configuration.
100
mounted_subvolumes_in_multi = {
101
type = "bcachefs_filesystem";
102
+ # Mount the full filesystem to allow browsing subvolume structure
103
+ mountpoint = "/subvolumes";
104
passwordFile = "/tmp/secret.key";
105
extraFormatArgs = [
106
"--compression=lz4"
0 commit comments