+29
-1
nixos/modules/tasks/filesystems/zfs.nix
+29
-1
nixos/modules/tasks/filesystems/zfs.nix
············serviceConfig.ExecStart = "${pkgs.runtimeShell} -c 'for pool in $(zpool list -H -o name); do zpool trim $pool; done || true' ";