diff options
| author | Preston Pan <ret2pop@nullring.xyz> | 2026-04-11 14:38:07 -0700 |
|---|---|---|
| committer | Preston Pan <ret2pop@nullring.xyz> | 2026-04-11 14:38:07 -0700 |
| commit | d99eac652a34357c4b36dfeaeb3927a09ebc9fbc (patch) | |
| tree | e63a41642ffa7109e8d447b765373b1a28540f9d /config | |
| parent | 419d4983ede3e281d1e9629e3d051246faeb40a0 (diff) | |
fix typo
Diffstat (limited to 'config')
| -rw-r--r-- | config/nix.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/nix.org b/config/nix.org index 195a28f..aefaf9b 100644 --- a/config/nix.org +++ b/config/nix.org @@ -2024,7 +2024,7 @@ in address = [ "${name}@${config.monorepo.vars.orgHost}" ]; inboxdir = "/var/lib/public-inbox/${name}"; url = "https://list.${config.monorepo.vars.orgHost}/${name}"; - watch = [ "imaps://${name}${config.monorepo.vars.orgHost}@${emailServerName}/INBOX" ]; + watch = [ "imaps://${name}@${config.monorepo.vars.orgHost}@${emailServerName}/INBOX" ]; coderepo = [ "${name}" ]; }) // { "discussion" = { |
