docs(fs): add zfs comment regarding pool creation
This commit is contained in:
parent
c5a6c523d3
commit
fb3f09152b
|
@ -4,6 +4,9 @@
|
||||||
, ... }: with lib; let
|
, ... }: with lib; let
|
||||||
cfg = config.global.fs;
|
cfg = config.global.fs;
|
||||||
in {
|
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 = {
|
options.global.fs.zfs = {
|
||||||
persist = mkOption {
|
persist = mkOption {
|
||||||
type = with types; str;
|
type = with types; str;
|
||||||
|
|
Loading…
Reference in a new issue