global(fs): add zfs comment regarding pool creation
This commit is contained in:
parent
b2e791ed0f
commit
171a3ea82b
1 changed files with 3 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue