From f176f55862bc4c41472f8697cc2ca069c24d5e37 Mon Sep 17 00:00:00 2001 From: isabel Date: Sat, 2 May 2026 21:25:09 +0100 Subject: [PATCH] chore(nix): remove sendmail --- module.nix | 8 -------- 1 file changed, 8 deletions(-) diff --git a/module.nix b/module.nix index 2da1e4c..0621f15 100644 --- a/module.nix +++ b/module.nix @@ -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."; - }; - }; }; };