docs(fs): add zfs comment regarding pool creation

This commit is contained in:
514fpv 2024-01-09 14:50:30 +08:00
parent c5a6c523d3
commit fb3f09152b
Signed by: koishi
SSH key fingerprint: SHA256:axz0uIzzY+5W19i7QOUuiw5LSqhKfCBKPf3L4xFRxLw

View file

@ -4,6 +4,9 @@
, ... }: with lib; let
cfg = config.global.fs;
in {
# -o ashift=12
# -O encryption=on -O keyformat=passphrase -O keylocation=prompt
# -O compression=on -O mountpoint=none -O xattr=sa -O acltype=posixacl
options.global.fs.zfs = {
persist = mkOption {
type = with types; str;