nixos/public-inbox: make coderepo paths accessible

Fix typo in 03216e705c.
This commit is contained in:
Nguyễn Gia Phong 2024-05-03 15:19:35 +09:00 committed by tomf
parent 9f488f27d7
commit 14c57ce7f7

View File

@ -455,7 +455,7 @@ in
after = [ "public-inbox-init.service" "public-inbox-watch.service" ];
requires = [ "public-inbox-init.service" ];
serviceConfig = {
BindPathsReadOnly =
BindReadOnlyPaths =
map (c: c.dir) (lib.attrValues cfg.settings.coderepo);
ExecStart = escapeShellArgs (
[ "${cfg.package}/bin/public-inbox-httpd" ] ++