diff --git a/config/nutty-noon.nix b/config/nutty-noon.nix index 549a7408..7d23ddfc 100644 --- a/config/nutty-noon.nix +++ b/config/nutty-noon.nix @@ -22,7 +22,11 @@ ]; boot.supportedFilesystems = [ "zfs" ]; - boot.zfs.devNodes = true; + boot.zfs.devNodes = "/dev/"; + + services.zfs.trim.enable = true; + services.zfs.autoScrub.enable = true; + services.zfs.autoScrub.pools = ["ssd" "hdd"]; boot.initrd.luks.devices = { ssd = {