diff --git a/homes/common/zfs.nix b/homes/common/zfs.nix index 4b4b07b..9191092 100644 --- a/homes/common/zfs.nix +++ b/homes/common/zfs.nix @@ -21,6 +21,7 @@ with lib; ${pkgs.zfs}/bin/zfs list -o ${concatStringsSep "," options} "$@" '' ) + pkgs.zfs-prune-snapshots ]; } ];