chore(nix): remove sendmail

This commit is contained in:
isabel
2026-05-02 21:25:09 +01:00
committed by Tangled
parent fac9520a16
commit f176f55862

View File

@@ -120,14 +120,6 @@ in
description = "Directory for storing blobs";
};
};
email = {
sendmail_path = mkOption {
type = types.path;
default = lib.getExe pkgs.system-sendmail;
description = "Path to the sendmail executable to use for sending emails.";
};
};
};
};