From 5b33c85e75b16b4f9c871a720f8aad77949c3a71 Mon Sep 17 00:00:00 2001 From: Colin Date: Fri, 12 May 2023 02:35:46 +0000 Subject: [PATCH] gitea: link to config options --- hosts/by-name/servo/services/gitea.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/by-name/servo/services/gitea.nix b/hosts/by-name/servo/services/gitea.nix index 18289a12..2cde38e9 100644 --- a/hosts/by-name/servo/services/gitea.nix +++ b/hosts/by-name/servo/services/gitea.nix @@ -1,3 +1,4 @@ +# config options: { config, pkgs, lib, ... }: { @@ -60,6 +61,8 @@ }; #"ui.meta" = ... to customize html author/description/etc mailer = { + # alternative is to use nixos-level config: + # services.gitea.mailerPasswordFile = ... ENABLED = true; MAILER_TYPE = "sendmail"; FROM = "notify.git@uninsane.org";