diff --git a/hosts/mothership/disko.nix b/hosts/mothership/disko.nix index 69b763a..22253f4 100644 --- a/hosts/mothership/disko.nix +++ b/hosts/mothership/disko.nix @@ -66,10 +66,20 @@ compression = "lz4"; "com.sun:auto-snapshot" = "false"; }; + options.acltype = "posix"; datasets = { root = { zfs_type = "filesystem"; - options.mountpoint = "legacy"; + options = { + mountpoint = "legacy"; + autotrim = "on"; + ashift = "12"; + acltype = "posix"; + dnodesize = "auto"; + normalization = "formD"; + relatime = "on"; + xattr = "sa"; + }; mountpoint = "/"; }; };