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";