diff options
author | Vincent Ambo <mail@tazj.in> | 2022-12-25T16·44+0300 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2022-12-29T20·11+0000 |
commit | 45fa75c0cd48d1fc6048af182cc2e9b91cbf918c (patch) | |
tree | de98aa83fe3d01a11d5c18f9fba6ad72fe7f9118 /ops | |
parent | db515f620e5b8200fef15851fd0b16f83f9c9daf (diff) |
fix(ops/modules): list IMAP server on public-inbox page r/5546
This fix can only be applied after the upstream public-inbox fix (https://github.com/NixOS/nixpkgs/pull/207693) has been merged. Change-Id: I957473e2895b7e57baad25c9e908b36aa790f3a6 Reviewed-on: https://cl.tvl.fyi/c/depot/+/7636 Reviewed-by: flokli <flokli@flokli.de> Tested-by: BuildkiteCI Autosubmit: tazjin <tazjin@tvl.su>
Diffstat (limited to 'ops')
-rw-r--r-- | ops/modules/depot-inbox.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ops/modules/depot-inbox.nix b/ops/modules/depot-inbox.nix index cb7117d369a8..f6a7089f216d 100644 --- a/ops/modules/depot-inbox.nix +++ b/ops/modules/depot-inbox.nix @@ -103,6 +103,7 @@ in settings.publicinbox.wwwlisting = "all"; settings.publicinbox.nntpserver = [ "inbox.tvl.su" ]; + settings.publicinbox.imapserver = "inbox.tvl.su"; }; networking.firewall.allowedTCPPorts = [ |