about summary refs log tree commit diff
path: root/modules/server/spectrum/public-inbox
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2022-12-06 19:57:55 +0000
committerAlyssa Ross <hi@alyssa.is>2023-02-08 13:48:30 +0000
commitbf3aadfdd39aa197e18bade671fab6726349ffa4 (patch)
tree698567af766ed441d757b57a7b21e68d4a342a2b /modules/server/spectrum/public-inbox
parentf4afc5a01d9539ce09e47494e679c51f80723d07 (diff)
parent99665eb45f58d959d2cb9e49ddb960c79d596f33 (diff)
downloadnixlib-bf3aadfdd39aa197e18bade671fab6726349ffa4.tar
nixlib-bf3aadfdd39aa197e18bade671fab6726349ffa4.tar.gz
nixlib-bf3aadfdd39aa197e18bade671fab6726349ffa4.tar.bz2
nixlib-bf3aadfdd39aa197e18bade671fab6726349ffa4.tar.lz
nixlib-bf3aadfdd39aa197e18bade671fab6726349ffa4.tar.xz
nixlib-bf3aadfdd39aa197e18bade671fab6726349ffa4.tar.zst
nixlib-bf3aadfdd39aa197e18bade671fab6726349ffa4.zip
Merge commit '99665eb45f58d959d2cb9e49ddb960c79d596f33'
Diffstat (limited to 'modules/server/spectrum/public-inbox')
-rw-r--r--modules/server/spectrum/public-inbox/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/server/spectrum/public-inbox/default.nix b/modules/server/spectrum/public-inbox/default.nix
index e8c1c817b608..0b13a0576d3b 100644
--- a/modules/server/spectrum/public-inbox/default.nix
+++ b/modules/server/spectrum/public-inbox/default.nix
@@ -12,10 +12,10 @@ in
   services.public-inbox.nntp.cert =
     "/var/lib/acme/spectrum-os.org/fullchain.pem";
   services.public-inbox.nntp.key = "/var/lib/acme/spectrum-os.org/key.pem";
-  services.public-inbox.nntpServer =
+  services.public-inbox.settings.publicinbox.nntpserver =
     [ "nntps://spectrum-os.org" "nntp://spectrum-os.org" ];
 
-  services.public-inbox.config.coderepo = lib.genAttrs repos (name: {
+  services.public-inbox.settings.coderepo = lib.genAttrs repos (name: {
     dir = "/home/spectrum/git/${name}.git";
     cgitUrl = "https://spectrum-os.org/git/${name}";
   });
@@ -50,6 +50,6 @@ in
     filter = "PublicInbox::Filter::Mirror";
     url = "https://spectrum-os.org/lists/archives/spectrum-devel";
     newsgroup = "inbox.comp.spectrum.devel";
-    config.coderepo = repos;
+    coderepo = repos;
   };
 }