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 | |
| parent | b7c61ce032ab80104c8b73f365273d4f103f4ed4 (diff) | |
pls
| -rw-r--r-- | config/nix.org | 4 | ||||
| m--------- | nix | 0 |
2 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" = { diff --git a/nix b/nix -Subproject fc94689c4ee13822150b601398fb6849d32f658 +Subproject e30b1f540f169b6781572870a701d2bd80b8018 |
