diff options
| author | Preston Pan <ret2pop@nullring.xyz> | 2026-04-11 16:27:58 -0700 |
|---|---|---|
| committer | Preston Pan <ret2pop@nullring.xyz> | 2026-04-11 16:27:58 -0700 |
| commit | fdf72ad1345fde94a47ad415b68181ef446c5131 (patch) | |
| tree | 246c2847629c7fbcb5a70f3c01e3f27897566ef0 /config | |
| parent | b7c61ce032ab80104c8b73f365273d4f103f4ed4 (diff) | |
pls
Diffstat (limited to 'config')
| -rw-r--r-- | config/nix.org | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/nix.org b/config/nix.org index fc9a5d8..ff3d40d 100644 --- a/config/nix.org +++ b/config/nix.org @@ -1910,8 +1910,8 @@ in group = "public-inbox"; mode = "0400"; content = (builtins.concatStringsSep "\n" (builtins.map (x: - "imaps://${x}%2540${config.monorepo.vars.orgHost}:${config.sops.placeholder."mail_monorepo_password_pi"}@${emailServerName}" - ) config.monorepo.vars.projects)) + "\nimaps://discussion%2540${config.monorepo.vars.orgHost}:${config.sops.placeholder."mail_monorepo_password_pi"}@${emailServerName}"; + "imaps://${x}%40${config.monorepo.vars.orgHost}:${config.sops.placeholder."mail_monorepo_password_pi"}@${emailServerName}" + ) config.monorepo.vars.projects)) + "\nimaps://discussion%40${config.monorepo.vars.orgHost}:${config.sops.placeholder."mail_monorepo_password_pi"}@${emailServerName}"; }; "public-inbox-netrc" = { |
