From c10b658babb5ab3221bb0de0cc5f3926b05a931f Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Tue, 2 Jan 2024 13:02:14 +0100 Subject: [PATCH] Is the mailer breaking things? --- nixos/package-configs/forgejo/configuration.nix | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/nixos/package-configs/forgejo/configuration.nix b/nixos/package-configs/forgejo/configuration.nix index b45d834..1c867f9 100644 --- a/nixos/package-configs/forgejo/configuration.nix +++ b/nixos/package-configs/forgejo/configuration.nix @@ -37,14 +37,14 @@ SCHEDULE = "@every 24h"; UPDATE_EXISTING = true; }; - mailer = { - ENABLED = true; - PROTOCOL = "sendmail"; - FROM = "git.lillianviolet.dev"; - USER = "no-reply"; - SENDMAIL_PATH = "${pkgs.system-sendmail}/bin/sendmail"; - SENDMAIL_ARGS = "-bs"; - }; + # mailer = { + # ENABLED = true; + # PROTOCOL = "sendmail"; + # FROM = "git.lillianviolet.dev"; + # USER = "no-reply"; + # SENDMAIL_PATH = "${pkgs.system-sendmail}/bin/sendmail"; + # SENDMAIL_ARGS = "-bs"; + # }; repository = { ENABLE_PUSH_CREATE_USER = true; };